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/gtkstatusicon.h | |
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/gtkstatusicon.h')
-rwxr-xr-x | gtk/gtkstatusicon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkstatusicon.h b/gtk/gtkstatusicon.h index ed51a2745c..dbb95207e0 100755 --- a/gtk/gtkstatusicon.h +++ b/gtk/gtkstatusicon.h @@ -122,6 +122,8 @@ gboolean gtk_status_icon_get_geometry (GtkStatusIcon *st GdkRectangle *area, GtkOrientation *orientation); +guint32 gtk_status_icon_get_x11_window_id (GtkStatusIcon *status_icon); + G_END_DECLS #endif /* __GTK_STATUS_ICON_H__ */ |