gtkenums: Set since tag on POPOVER_MENU_SLIDING

See d05f47a695 (note_2024930).
This commit is contained in:
Maximiliano Sandoval
2024-02-24 00:19:18 +01:00
parent 9fd56dc5ad
commit 9055b6c6e5

View File

@@ -1834,13 +1834,16 @@ typedef enum {
/**
* 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
* popovers.
*
* Flags that affect how [class@Gtk.PopoverMenu] widgets built from
* 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
*/