summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2021-03-11 18:40:32 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2021-03-11 18:40:32 +0000
commit372513a5e2c25e1475d3d7e38801058b6030c5bc (patch)
tree35a1f047da61d15932e338afb89b688548075085
parent9b3ca7f6b107c10b311e26925532b95c9c7673df (diff)
parent5c505aefc416181d798c98d230e5803974d0dede (diff)
downloadgtk+-372513a5e2c25e1475d3d7e38801058b6030c5bc.tar.gz
Merge branch 'bilelmoussaoui/shortcuts-annotation' into 'master'
g-i: fix gtk_shortcut_label_new annotation See merge request GNOME/gtk!3285
-rw-r--r--gtk/gtkshortcutlabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkshortcutlabel.c b/gtk/gtkshortcutlabel.c
index 262ae34251..1332fa47c5 100644
--- a/gtk/gtkshortcutlabel.c
+++ b/gtk/gtkshortcutlabel.c
@@ -515,7 +515,7 @@ gtk_shortcut_label_init (GtkShortcutLabel *self)
*
* Creates a new `GtkShortcutLabel` with @accelerator set.
*
- * Returns: (transfer full): a newly-allocated `GtkShortcutLabel`
+ * Returns: a newly-allocated `GtkShortcutLabel`
*/
GtkWidget *
gtk_shortcut_label_new (const char *accelerator)