diff options
author | Colin Walters <walters@redhat.com> | 2008-06-03 17:39:20 +0000 |
---|---|---|
committer | Colin Walters <walters@src.gnome.org> | 2008-06-03 17:39:20 +0000 |
commit | 8ade45013cd28181af5692d12a7dd9b8b38526f0 (patch) | |
tree | fe7454a837fde1d69acbbc6be8ffafc3b9db68e2 /gtk/gtk.symbols | |
parent | 727a9145f6f931b6ee7f2fedb9f8b55de306b6ec (diff) | |
download | gtk+-8ade45013cd28181af5692d12a7dd9b8b38526f0.tar.gz |
Bug 535303 – add _get_implementation to GtkStatusIcon
2008-06-03 Colin Walters <walters@redhat.com>
Bug 535303 – add _get_implementation to GtkStatusIcon
* gtk/gtkstatusicon.c (gtk_status_icon_get_x11_window_id): New
function to retrieve internal X11 window ID, useful for libnotify.
* gtk/gtkstatusicon.h: Prototype it.
* docs/reference/gtk/gtk-sections.txt: Add to docs.
* gtk/gtk.symbols: Export it.
svn path=/trunk/; revision=20304
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r-- | gtk/gtk.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index 19cb6f13c2..70d0add28f 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -1123,6 +1123,7 @@ gtk_status_icon_get_blinking gtk_status_icon_is_embedded gtk_status_icon_position_menu gtk_status_icon_get_geometry +gtk_status_icon_get_x11_window_id #endif #endif |