diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-05-23 17:49:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-23 17:49:34 +0000 |
commit | 451b0a7bfd6c3690884a81f633f02c36cbcc2afe (patch) | |
tree | 0b8e00e39d058f42ec5462084f8587bb041754be /gdk/gdk.symbols | |
parent | 1a534510aa3f21bb8a101c6b3b40f32b6f178aa4 (diff) | |
download | gtk+-451b0a7bfd6c3690884a81f633f02c36cbcc2afe.tar.gz |
Add some missing symbols.
2007-05-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gdk/x11/xsettings-common.h:
* gdk/gdk.symbols: Add some missing symbols.
* gtk/paper_names_offsets.c:
* gtk/gen-paper-names.c: Make variables static.
* gtk/gtktooltip.[hc]:
* gtk/gtkvolumebutton.c:
* gtk/gtkscalebutton.c: Fix up symbol aliasing.
svn path=/trunk/; revision=17899
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index ae34586541..56722e7cb6 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -324,6 +324,7 @@ gdk_colormap_ref gdk_colormap_unref #endif gdk_color_parse +gdk_color_to_string #endif #endif @@ -1175,6 +1176,8 @@ gdk_x11_display_get_xdisplay gdk_x11_display_grab gdk_x11_display_ungrab gdk_x11_lookup_xdisplay +gdk_x11_display_broadcast_startup_message +gdk_x11_display_get_startup_notification_id #endif #if IN_FILE(__GDK_DRAWABLE_X11_C__) |