From d9656dbaa6caba0088ae6005afaf315df691cbff Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 23 Jan 2014 17:19:41 +0100 Subject: giobjectinfo: Add missing transfer annotation to find_signal () --- girepository/giobjectinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/girepository/giobjectinfo.c b/girepository/giobjectinfo.c index b0aff37c..3e3b312c 100644 --- a/girepository/giobjectinfo.c +++ b/girepository/giobjectinfo.c @@ -536,7 +536,7 @@ g_object_info_get_signal (GIObjectInfo *info, * * TODO * - * Returns: Info for the signal with name @name in @info, or %NULL on failure. + * Returns: (transfer full): Info for the signal with name @name in @info, or %NULL on failure. */ GISignalInfo * g_object_info_find_signal (GIObjectInfo *info, -- cgit v1.2.1