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 /docs | |
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 'docs')
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index b262ac6af1..b66a16147f 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -3402,6 +3402,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 <SUBSECTION Standard> GTK_TYPE_STATUS_ICON |