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
This commit is contained in:
Diego Escalante Urrelo 2012-02-12 18:25:03 -05:00 committed by David King
parent 0a9901b1d2
commit c84d58ce1b

View File

@ -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