From c84d58ce1b50c4181f84d0146de902ef9683428e Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sun, 12 Feb 2012 18:25:03 -0500 Subject: [PATCH] gtkuimanager: clarify @pos of insert_action_group Mention that it is possible for it to be negative, or larger than the current number of action groups. https://bugzilla.gnome.org/show_bug.cgi?id=669947 --- gtk/gtkuimanager.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/gtkuimanager.c b/gtk/gtkuimanager.c index 1e644d29ef..13e900b55a 100644 --- a/gtk/gtkuimanager.c +++ b/gtk/gtkuimanager.c @@ -966,6 +966,10 @@ cb_proxy_post_activate (GtkActionGroup *group, * with @manager. Actions in earlier groups hide actions with the same * name in later groups. * + * If @pos is larger than the number of action groups in @manager, or + * negative, @action_group will be inserted at the end of the internal + * list. + * * Since: 2.4 **/ void