diff options
Diffstat (limited to 'gtk/gtkstatusicon.c')
-rw-r--r-- | gtk/gtkstatusicon.c | 11 |
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. |