shortcutcontroller: fix transfer full annotation

This commit is contained in:
Timm Bäder 2020-04-03 08:03:32 +02:00
parent 046190cb8a
commit fb325afc79

View File

@ -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.
*