summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusicon.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-08-12 07:25:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-08-12 07:25:08 +0000
commita862e0dfcd0641ebe0efe561cad451b92aca8305 (patch)
treec4963c3e3ade8473e8bbc8269d08cb54935e9711 /gtk/gtkstatusicon.h
parentdeb6ea7c418089c2ca993ab9f7a3e49ac7191226 (diff)
downloadgtk+-a862e0dfcd0641ebe0efe561cad451b92aca8305.tar.gz
Fix some new api
svn path=/trunk/; revision=21083
Diffstat (limited to 'gtk/gtkstatusicon.h')
-rwxr-xr-xgtk/gtkstatusicon.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkstatusicon.h b/gtk/gtkstatusicon.h
index cacb406cd0..2048f2b94b 100755
--- a/gtk/gtkstatusicon.h
+++ b/gtk/gtkstatusicon.h
@@ -95,8 +95,7 @@ GtkImageType gtk_status_icon_get_storage_type (GtkStatusIcon *st
GdkPixbuf *gtk_status_icon_get_pixbuf (GtkStatusIcon *status_icon);
G_CONST_RETURN gchar *gtk_status_icon_get_stock (GtkStatusIcon *status_icon);
G_CONST_RETURN gchar *gtk_status_icon_get_icon_name (GtkStatusIcon *status_icon);
-void gtk_status_icon_get_gicon (GtkStatusIcon *status_icon,
- GIcon **icon);
+GIcon *gtk_status_icon_get_gicon (GtkStatusIcon *status_icon);
gint gtk_status_icon_get_size (GtkStatusIcon *status_icon);