summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-03-11 18:21:56 +0000
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-03-11 18:21:56 +0000
commit5c505aefc416181d798c98d230e5803974d0dede (patch)
tree35a1f047da61d15932e338afb89b688548075085
parent9b3ca7f6b107c10b311e26925532b95c9c7673df (diff)
downloadgtk+-5c505aefc416181d798c98d230e5803974d0dede.tar.gz
g-i: fix gtk_shortcut_label_new annotation
-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)