[GIRepository] Add missing transfer and skip
authorJohan Dahlin <johan@gnome.org>
Tue, 31 Aug 2010 20:50:44 +0000 (17:50 -0300)
committerJohan Dahlin <johan@gnome.org>
Tue, 31 Aug 2010 20:50:44 +0000 (17:50 -0300)
girepository/gibaseinfo.c
girepository/giobjectinfo.c
girepository/gisignalinfo.c
girepository/gitypeinfo.c
girepository/givfuncinfo.c

index a4c9f90b6053a4e38c59ab9cfcbbef262ee9aae8..07d05019a83cc7889a101f2638d05e93419bd950 100644 (file)
@@ -198,7 +198,7 @@ _g_type_info_init (GIBaseInfo *info,
  */
 
 /**
- * g_base_info_ref:
+ * g_base_info_ref: (skip)
  * @info: a #GIBaseInfo
  *
  * Increases the reference count of @info.
@@ -217,7 +217,7 @@ g_base_info_ref (GIBaseInfo *info)
 }
 
 /**
- * g_base_info_unref:
+ * g_base_info_unref: (skip)
  * @info: a #GIBaseInfo
  *
  * Decreases the reference count of @info. When its reference count
index bc2ddcd0fa7509303fe3867d58af94600ce6f379..03ed2a22a42c72e59579782ac3e9872cc0a708f7 100644 (file)
@@ -721,7 +721,7 @@ g_object_info_get_ref_function (GIObjectInfo *info)
 }
 
 /**
- * g_object_info_get_ref_function_pointer:
+ * g_object_info_get_ref_function_pointer: (skip)
  * @info: a #GIObjectInfo
  *
  * Obtain a pointer to a function which can be used to
@@ -769,7 +769,7 @@ g_object_info_get_unref_function (GIObjectInfo *info)
 }
 
 /**
- * g_object_info_get_unref_function_pointer:
+ * g_object_info_get_unref_function_pointer: (skip)
  * @info: a #GIObjectInfo
  *
  * Obtain a pointer to a function which can be used to
@@ -818,7 +818,7 @@ g_object_info_get_set_value_function (GIObjectInfo *info)
 }
 
 /**
- * g_object_info_get_set_value_function_pointer:
+ * g_object_info_get_set_value_function_pointer: (skip)
  * @info: a #GIObjectInfo
  *
  * Obtain a pointer to a function which can be used to
@@ -867,7 +867,7 @@ g_object_info_get_get_value_function (GIObjectInfo *info)
 }
 
 /**
- * g_object_info_get_get_value_function_pointer:
+ * g_object_info_get_get_value_function_pointer: (skip)
  * @info: a #GIObjectInfo
  *
  * Obtain a pointer to a function which can be used to
index b19d98e9ca8330cad3b4f3785fb0a6eea66a3464..ddc891a41770cb702beb1ad7807e1a940907643e 100644 (file)
@@ -102,7 +102,7 @@ g_signal_info_get_flags (GISignalInfo *info)
  * closure is a virtual function on the type that the signal belongs to.
  * If the signal lacks a closure %NULL will be returned.
  *
- * Returns: the class closure or %NULL
+ * Returns: (transfer full): the class closure or %NULL
  */
 GIVFuncInfo *
 g_signal_info_get_class_closure (GISignalInfo *info)
index 4904c2ba98083be4dec8d0e65122d87db6f6704f..1bc9b0a13a8592a84044fa21f87544e17552e710 100644 (file)
@@ -118,7 +118,7 @@ g_type_info_get_tag (GITypeInfo *info)
  *
  * Obtain the parameter type @n.
  *
- * Returns: the param type info
+ * Returns: (transfer full): the param type info
  */
 GITypeInfo *
 g_type_info_get_param_type (GITypeInfo *info,
index da86ed4df33d1ebb115a323541878b6816d69b9a..98ac94539f883f321b9ded4b74a4f56e1d28535b 100644 (file)
@@ -138,7 +138,7 @@ g_vfunc_info_get_offset (GIVFuncInfo *info)
  * The signal comes from the object or interface to which
  * this virtual function belongs.
  *
- * Returns: the signal or %NULL if none set
+ * Returns: (transfer full): the signal or %NULL if none set
  */
 GISignalInfo *
 g_vfunc_info_get_signal (GIVFuncInfo *info)