summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2021-07-13 11:31:00 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2021-07-13 11:31:09 +0400
commitab908c23f4d6e81986b694ac5ebe82cc233abc8d (patch)
treeea02dbb0499dad182adeb3584f97df057208341f
parentae21f66fe5941a2e23cd8b5c4c0ea6f6d9ca2d67 (diff)
downloadgtk+-ab908c23f4d6e81986b694ac5ebe82cc233abc8d.tar.gz
Add GtkMenuButton:primary Since: annotation
Property added in commit a74420bc1a501f6ee951ed152e8f9a941b0c8438. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r--gtk/gtkmenubutton.c4
1 files changed, 4 insertions, 0 deletions
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,