[gobject-introspection] giobjectinfo: Add missing transfer annotation to find_signal ()



commit d9656dbaa6caba0088ae6005afaf315df691cbff
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Jan 23 17:19:41 2014 +0100

    giobjectinfo: Add missing transfer annotation to find_signal ()

 girepository/giobjectinfo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/girepository/giobjectinfo.c b/girepository/giobjectinfo.c
index b0aff37..3e3b312 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]