summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gtkshortcutcontroller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkshortcutcontroller.c b/gtk/gtkshortcutcontroller.c
index d7534001fe..8fa081f977 100644
--- a/gtk/gtkshortcutcontroller.c
+++ b/gtk/gtkshortcutcontroller.c
@@ -681,7 +681,7 @@ gtk_shortcut_controller_new_for_model (GListModel *model)
/**
* gtk_shortcut_controller_add_shortcut:
* @self: the controller
- * @shortcut: (transfer-full): a #GtkShortcut
+ * @shortcut: (transfer full): a #GtkShortcut
*
* Adds @shortcut to the list of shortcuts handled by @self.
*