Merge branch 'fix-since-flag' into 'main'

gtkenums: Set since tag on POPOVER_MENU_SLIDING

See merge request GNOME/gtk!6938
This commit is contained in:
Matthias Clasen 2024-02-24 01:10:15 +00:00
commit 0b2d08f076

View File

@ -1834,13 +1834,16 @@ typedef enum {
/** /**
* GtkPopoverMenuFlags: * GtkPopoverMenuFlags:
* @GTK_POPOVER_MENU_SLIDING: Submenus are presented as sliding submenus that
* replace the main menu.
* @GTK_POPOVER_MENU_NESTED: Submenus are presented as traditional, nested * @GTK_POPOVER_MENU_NESTED: Submenus are presented as traditional, nested
* popovers. * popovers.
* *
* Flags that affect how [class@Gtk.PopoverMenu] widgets built from * Flags that affect how [class@Gtk.PopoverMenu] widgets built from
* a [class@Gio.MenuModel] are created and displayed. * a [class@Gio.MenuModel] are created and displayed.
*/
/**
* GTK_POPOVER_MENU_SLIDING:
*
* Submenus are presented as sliding submenus that replace the main menu.
* *
* Since: 4.14 * Since: 4.14
*/ */