[gtk+] Adjust gtk_status_icon_position_menu() annotation to match GtkMenuPositionFunc again



commit 500bd6087356494a64906f2e3164653b2580f35c
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Wed Dec 10 09:36:53 2014 +0100

    Adjust gtk_status_icon_position_menu() annotation to match GtkMenuPositionFunc again
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674537
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742940

 gtk/deprecated/gtkstatusicon.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/deprecated/gtkstatusicon.c b/gtk/deprecated/gtkstatusicon.c
index 2850679..c3c1b16 100644
--- a/gtk/deprecated/gtkstatusicon.c
+++ b/gtk/deprecated/gtkstatusicon.c
@@ -2179,8 +2179,8 @@ gtk_status_icon_is_embedded (GtkStatusIcon *status_icon)
 /**
  * gtk_status_icon_position_menu:
  * @menu: the #GtkMenu
- * @x: (out): return location for the x position
- * @y: (out): return location for the y position
+ * @x: (inout): return location for the x position
+ * @y: (inout): 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).


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]