GNOME Bugzilla – Bug 669947
gtkuimanager: clarify @pos of insert_action_group
Last modified: 2012-02-20 10:13:37 UTC
gtk_ui_manager_insert_action_group does not mention that internally it handles a GList of action groups, and hence, it is valid to pass a negative or larger-than-total @pos parameter. I propose this small update to the gtk-doc string. Alternatively we could mention that it is a GList internally, but I think just mentioning the pragmatical consequence of that is enough.
Created attachment 207411 [details] [review] 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.
Review of attachment 207411 [details] [review]: Sure, looks fine
Comment on attachment 207411 [details] [review] gtkuimanager: clarify @pos of insert_action_group Pushed to master as commit c84d58ce1b50c4181f84d0146de902ef9683428e.