forked from AuroraMiddleware/gtk
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:
parent
0a9901b1d2
commit
c84d58ce1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user