[gtk: 2/4] Add GtkMenuButton:primary Since: annotation




commit ab908c23f4d6e81986b694ac5ebe82cc233abc8d
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Tue Jul 13 11:31:00 2021 +0400

    Add GtkMenuButton:primary Since: annotation
    
    Property added in commit a74420bc1a501f6ee951ed152e8f9a941b0c8438.
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 gtk/gtkmenubutton.c | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/gtk/gtkmenubutton.c b/gtk/gtkmenubutton.c
index 0c2d53ad8c..e1d8209ddc 100644
--- a/gtk/gtkmenubutton.c
+++ b/gtk/gtkmenubutton.c
@@ -497,6 +497,8 @@ gtk_menu_button_class_init (GtkMenuButtonClass *klass)
    * Whether the menu button acts as a primary menu.
    *
    * Primary menus can be opened using the <kbd>F10</kbd> key
+   *
+   * Since: 4.4
    */
   menu_button_props[PROP_PRIMARY] =
     g_param_spec_boolean ("primary",
@@ -1307,6 +1309,8 @@ gtk_menu_button_unroot (GtkWidget *widget)
  * Sets whether menu button acts as a primary menu.
  *
  * Primary menus can be opened with the <kbd>F10</kbd> key.
+ *
+ * Since: 4.4
  */
 void
 gtk_menu_button_set_primary (GtkMenuButton *menu_button,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]