diff options
author | Timm Bäder <mail@baedert.org> | 2020-04-03 08:03:32 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2020-04-03 08:03:32 +0200 |
commit | fb325afc79536c6c1547eb42e57fca1f9fa11b8b (patch) | |
tree | f1e76ce4c2ccbcc0070ffd91267f3c7ac770c72c | |
parent | 046190cb8a198555f57147b2bedee6a243cf9f7a (diff) | |
download | gtk+-fb325afc79536c6c1547eb42e57fca1f9fa11b8b.tar.gz |
shortcutcontroller: fix transfer full annotation
-rw-r--r-- | gtk/gtkshortcutcontroller.c | 2 |
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. * |