summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-01-23 17:19:41 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2014-01-23 17:19:41 +0100
commitd9656dbaa6caba0088ae6005afaf315df691cbff (patch)
treee9b7003574985954458a037812034f1b111e724d
parent347b8e1687a99a0bb3bf945b6fe54067664e1413 (diff)
downloadgobject-introspection-d9656dbaa6caba0088ae6005afaf315df691cbff.tar.gz
giobjectinfo: Add missing transfer annotation to find_signal ()
-rw-r--r--girepository/giobjectinfo.c2
1 files changed, 1 insertions, 1 deletions
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,