mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
giobjectinfo: Add missing transfer annotation to find_signal ()
This commit is contained in:
@@ -536,7 +536,7 @@ g_object_info_get_signal (GIObjectInfo *info,
|
|||||||
*
|
*
|
||||||
* TODO
|
* 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 *
|
GISignalInfo *
|
||||||
g_object_info_find_signal (GIObjectInfo *info,
|
g_object_info_find_signal (GIObjectInfo *info,
|
||||||
|
Reference in New Issue
Block a user