From fb325afc79536c6c1547eb42e57fca1f9fa11b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 3 Apr 2020 08:03:32 +0200 Subject: shortcutcontroller: fix transfer full annotation --- gtk/gtkshortcutcontroller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- cgit v1.2.1