Small doc correction

Add a transfer annotation to some GActionGroup apis.
This commit is contained in:
Matthias Clasen 2019-12-10 15:15:13 -05:00
parent f3de395812
commit 1503cfa36e

View File

@ -529,7 +529,7 @@ g_action_group_get_action_enabled (GActionGroup *action_group,
* The return value (if non-%NULL) should be freed with
* g_variant_unref() when it is no longer required.
*
* Returns: (nullable): the current state of the action
* Returns: (nullable) (transfer full): the current state of the action
*
* Since: 2.28
**/