forked from AuroraMiddleware/gtk
gtk/popovermenu: Fix transfer annotation of new_from_model_full()
The function doesn't return a full reference, but a floating widget like comparable constructor functions.
This commit is contained in:
parent
3af4d53945
commit
b82fae9177
@ -762,7 +762,7 @@ gtk_popover_menu_new_from_model (GMenuModel *model)
|
||||
* %GTK_POPOVER_MENU_NESTED, which makes GTK create traditional,
|
||||
* nested submenus instead of the default sliding submenus.
|
||||
*
|
||||
* Returns: (transfer full): the new `GtkPopoverMenu`
|
||||
* Returns: the new `GtkPopoverMenu`
|
||||
*/
|
||||
GtkWidget *
|
||||
gtk_popover_menu_new_from_model_full (GMenuModel *model,
|
||||
|
Loading…
Reference in New Issue
Block a user