diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-01-19 13:00:47 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-01-20 12:25:24 -0500 |
commit | 97a1a28bcb926e9e8f0f738f09f7ffe95dcbfdf5 (patch) | |
tree | 7bc023c3624e45d951fa65f28986d492b089833b /gtk/gtkstatusicon.h | |
parent | 3d9d002bed4ec90505a5a65665f5d6de36ad6f67 (diff) | |
download | gtk+-97a1a28bcb926e9e8f0f738f09f7ffe95dcbfdf5.tar.gz |
Add a way to set wm_class on statusicons
Since the shell uses wm_class for sorting statusicons.
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 e850c64c79..0c08cfe212 100755 --- a/gtk/gtkstatusicon.h +++ b/gtk/gtkstatusicon.h @@ -123,6 +123,8 @@ void gtk_status_icon_set_tooltip_markup (GtkStatusIcon *st void gtk_status_icon_set_title (GtkStatusIcon *status_icon, const gchar *title); G_CONST_RETURN gchar *gtk_status_icon_get_title (GtkStatusIcon *status_icon); +void gtk_status_icon_set_name (GtkStatusIcon *status_icon, + const gchar *name); void gtk_status_icon_set_visible (GtkStatusIcon *status_icon, gboolean visible); gboolean gtk_status_icon_get_visible (GtkStatusIcon *status_icon); |