diff options
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__ */ |