giobjectinfo: Add missing transfer annotation to find_signal ()

This commit is contained in:
Rico Tzschichholz 2014-01-23 17:19:41 +01:00
parent f76e4ef683
commit 90a99b4fcc

View File

@ -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,