diff options
author | Johan Dahlin <johan@gnome.org> | 2010-08-31 17:50:44 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-08-31 17:50:44 -0300 |
commit | 0188bae837421614d2fffa8e9740d4d909228b88 (patch) | |
tree | f9454943bb8a36ef31f583461d4544f5a443d252 /girepository | |
parent | 7af39d0ff23d5a8c2316536b864f576f9a2bebc6 (diff) |
[GIRepository] Add missing transfer and skip
Diffstat (limited to 'girepository')
-rw-r--r-- | girepository/gibaseinfo.c | 4 | ||||
-rw-r--r-- | girepository/giobjectinfo.c | 8 | ||||
-rw-r--r-- | girepository/gisignalinfo.c | 2 | ||||
-rw-r--r-- | girepository/gitypeinfo.c | 2 | ||||
-rw-r--r-- | girepository/givfuncinfo.c | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/girepository/gibaseinfo.c b/girepository/gibaseinfo.c index a4c9f90..07d0501 100644 --- a/girepository/gibaseinfo.c +++ b/girepository/gibaseinfo.c @@ -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 diff --git a/girepository/giobjectinfo.c b/girepository/giobjectinfo.c index bc2ddcd..03ed2a2 100644 --- a/girepository/giobjectinfo.c +++ b/girepository/giobjectinfo.c @@ -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 diff --git a/girepository/gisignalinfo.c b/girepository/gisignalinfo.c index b19d98e..ddc891a 100644 --- a/girepository/gisignalinfo.c +++ b/girepository/gisignalinfo.c @@ -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) diff --git a/girepository/gitypeinfo.c b/girepository/gitypeinfo.c index 4904c2b..1bc9b0a 100644 --- a/girepository/gitypeinfo.c +++ b/girepository/gitypeinfo.c @@ -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, diff --git a/girepository/givfuncinfo.c b/girepository/givfuncinfo.c index da86ed4..98ac945 100644 --- a/girepository/givfuncinfo.c +++ b/girepository/givfuncinfo.c @@ -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) |