diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2011-06-27 13:43:46 -0400 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2011-06-27 13:45:17 -0400 |
commit | f685ce37fcc303e60df27158f3e8eb44b8406c41 (patch) | |
tree | fba01cbf0869bbffd27a7e4a3a24fe8df64f37ce | |
parent | 4fa3cef7952a523cd85e5d7c60f190908731c7dc (diff) | |
download | gtk+-f685ce37fcc303e60df27158f3e8eb44b8406c41.tar.gz |
[gi] correct annotation for GtkMenuPositionFunc callbacks
-rw-r--r-- | gtk/gtkmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmenu.h b/gtk/gtkmenu.h index fb5e1970a2..0228236ce1 100644 --- a/gtk/gtkmenu.h +++ b/gtk/gtkmenu.h @@ -57,7 +57,7 @@ typedef struct _GtkMenuPrivate GtkMenuPrivate; * position where the menu shall be drawn. * @y: (out): address of the #gint representing the vertical position * where the menu shall be drawn. This is an output parameter. - * @push_in: (inout): This parameter controls how menus placed outside + * @push_in: (out): This parameter controls how menus placed outside * the monitor are handled. If this is set to %TRUE and part of * the menu is outside the monitor then GTK+ pushes the window * into the visible area, effectively modifying the popup |