aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktypebuiltins.h.diff
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktypebuiltins.h.diff
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadopenembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktypebuiltins.h.diff')
-rw-r--r--meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktypebuiltins.h.diff24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktypebuiltins.h.diff b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktypebuiltins.h.diff
new file mode 100644
index 0000000000..ac266dbaf6
--- /dev/null
+++ b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktypebuiltins.h.diff
@@ -0,0 +1,24 @@
+--- gtk+-2.6.4/gtk/gtktypebuiltins.h 2005-03-01 17:58:16.000000000 +0200
++++ gtk+-2.6.4/gtk/gtktypebuiltins.h 2005-04-06 16:19:38.348708472 +0300
+@@ -13,6 +13,11 @@
+ GType gtk_accel_flags_get_type (void) G_GNUC_CONST;
+ #define GTK_TYPE_ACCEL_FLAGS (gtk_accel_flags_get_type())
+
++/* enumerations from "gtkbutton.h" */
++
++GType osso_gtk_button_attach_flags_get_type (void) G_GNUC_CONST;
++#define GTK_TYPE_GTK_BUTTON_ATTACH_FLAGS (osso_gtk_button_attach_flags_get_type())
++
+ /* enumerations from "gtkcalendar.h" */
+
+ GType gtk_calendar_display_options_get_type (void) G_GNUC_CONST;
+@@ -335,6 +340,9 @@
+ GType gtk_widget_help_type_get_type (void) G_GNUC_CONST;
+ #define GTK_TYPE_WIDGET_HELP_TYPE (gtk_widget_help_type_get_type())
+
++GType gtk_widget_tap_and_hold_flags_get_type (void) G_GNUC_CONST;
++#define GTK_TYPE_WIDGET_TAP_AND_HOLD_FLAGS (gtk_widget_tap_and_hold_flags_get_type())
++
+ G_END_DECLS
+
+ #endif /* __GTK_TYPE_BUILTINS_H__ */