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:
Florian Müllner 2022-04-26 14:25:15 +02:00
parent 3af4d53945
commit b82fae9177

View File

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