patch-gtk_gtktypefuncs_c 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. --- gtk+-2.18.3.orig/gtk/gtktypefuncs.c 2009-10-17 03:58:56.000000000 +0200
  2. +++ gtk+-2.18.3/gtk/gtktypefuncs.c 2009-12-04 21:57:40.000000000 +0100
  3. @@ -53,8 +53,8 @@
  4. *tp++ = gdk_pixbuf_simple_anim_get_type();
  5. *tp++ = gdk_pixbuf_simple_anim_iter_get_type();
  6. *tp++ = gdk_pixmap_get_type();
  7. -*tp++ = gdk_property_state_get_type();
  8. *tp++ = gdk_prop_mode_get_type();
  9. +*tp++ = gdk_property_state_get_type();
  10. *tp++ = gdk_rectangle_get_type();
  11. *tp++ = gdk_rgb_dither_get_type();
  12. *tp++ = gdk_screen_get_type();
  13. @@ -191,14 +191,14 @@
  14. *tp++ = gtk_icon_view_drop_position_get_type();
  15. *tp++ = gtk_icon_view_get_type();
  16. *tp++ = gtk_identifier_get_type();
  17. -*tp++ = gtk_image_get_type();
  18. -*tp++ = gtk_image_menu_item_get_type();
  19. -*tp++ = gtk_image_type_get_type();
  20. *tp++ = gtk_im_context_get_type();
  21. *tp++ = gtk_im_context_simple_get_type();
  22. *tp++ = gtk_im_multicontext_get_type();
  23. *tp++ = gtk_im_preedit_style_get_type();
  24. *tp++ = gtk_im_status_style_get_type();
  25. +*tp++ = gtk_image_get_type();
  26. +*tp++ = gtk_image_menu_item_get_type();
  27. +*tp++ = gtk_image_type_get_type();
  28. *tp++ = gtk_info_bar_get_type();
  29. *tp++ = gtk_input_dialog_get_type();
  30. *tp++ = gtk_invisible_get_type();
  31. @@ -283,10 +283,10 @@
  32. *tp++ = gtk_ruler_get_type();
  33. *tp++ = gtk_scale_button_get_type();
  34. *tp++ = gtk_scale_get_type();
  35. -*tp++ = gtk_scrollbar_get_type();
  36. -*tp++ = gtk_scrolled_window_get_type();
  37. *tp++ = gtk_scroll_step_get_type();
  38. *tp++ = gtk_scroll_type_get_type();
  39. +*tp++ = gtk_scrollbar_get_type();
  40. +*tp++ = gtk_scrolled_window_get_type();
  41. *tp++ = gtk_selection_data_get_type();
  42. *tp++ = gtk_selection_mode_get_type();
  43. *tp++ = gtk_sensitivity_type_get_type();
  44. @@ -305,8 +305,8 @@
  45. *tp++ = gtk_spin_button_update_policy_get_type();
  46. *tp++ = gtk_spin_type_get_type();
  47. *tp++ = gtk_state_type_get_type();
  48. -*tp++ = gtk_statusbar_get_type();
  49. *tp++ = gtk_status_icon_get_type();
  50. +*tp++ = gtk_statusbar_get_type();
  51. *tp++ = gtk_style_get_type();
  52. *tp++ = gtk_submenu_direction_get_type();
  53. *tp++ = gtk_submenu_placement_get_type();
  54. @@ -330,13 +330,13 @@
  55. *tp++ = gtk_toggle_action_get_type();
  56. *tp++ = gtk_toggle_button_get_type();
  57. *tp++ = gtk_toggle_tool_button_get_type();
  58. +*tp++ = gtk_tool_button_get_type();
  59. +*tp++ = gtk_tool_item_get_type();
  60. +*tp++ = gtk_tool_shell_get_type();
  61. *tp++ = gtk_toolbar_child_type_get_type();
  62. *tp++ = gtk_toolbar_get_type();
  63. *tp++ = gtk_toolbar_space_style_get_type();
  64. *tp++ = gtk_toolbar_style_get_type();
  65. -*tp++ = gtk_tool_button_get_type();
  66. -*tp++ = gtk_tool_item_get_type();
  67. -*tp++ = gtk_tool_shell_get_type();
  68. *tp++ = gtk_tooltip_get_type();
  69. *tp++ = gtk_tree_drag_dest_get_type();
  70. *tp++ = gtk_tree_drag_source_get_type();