summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusicon.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-20 10:37:17 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-20 10:38:38 +0100
commit9389054da2c5e125b140a3af9cbaa3b8e664b51f (patch)
treefb1afabc4f22c918fcd16c3cf27eeff42cec2b65 /gtk/gtkstatusicon.c
parentb29af18a268d595f84d0904ea97c67d03e2b984b (diff)
downloadgtk+-9389054da2c5e125b140a3af9cbaa3b8e664b51f.tar.gz
[GI] Add (type) annotations to real types
Diffstat (limited to 'gtk/gtkstatusicon.c')
-rw-r--r--gtk/gtkstatusicon.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c
index c22b0a87b4..ad7d7d409f 100644
--- a/gtk/gtkstatusicon.c
+++ b/gtk/gtkstatusicon.c
@@ -2337,11 +2337,12 @@ gtk_status_icon_is_embedded (GtkStatusIcon *status_icon)
/**
* gtk_status_icon_position_menu:
* @menu: the #GtkMenu
- * @x: return location for the x position
- * @y: return location for the y position
- * @push_in: whether the first menu item should be offset (pushed in) to be
- * aligned with the menu popup position (only useful for GtkOptionMenu).
- * @user_data: the status icon to position the menu on
+ * @x: (out): return location for the x position
+ * @y: (out): return location for the y position
+ * @push_in: (out): whether the first menu item should be offset
+ * (pushed in) to be aligned with the menu popup position
+ * (only useful for GtkOptionMenu).
+ * @user_data: (type GtkStatusIcon): the status icon to position the menu on
*
* Menu positioning function to use with gtk_menu_popup()
* to position @menu aligned to the status icon @user_data.