summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusicon.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-01-19 13:00:47 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-01-20 12:25:24 -0500
commit97a1a28bcb926e9e8f0f738f09f7ffe95dcbfdf5 (patch)
tree7bc023c3624e45d951fa65f28986d492b089833b /gtk/gtkstatusicon.h
parent3d9d002bed4ec90505a5a65665f5d6de36ad6f67 (diff)
downloadgtk+-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-xgtk/gtkstatusicon.h2
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);