summaryrefslogtreecommitdiff
path: root/girepository/giobjectinfo.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-08-31 17:50:44 -0300
committerJohan Dahlin <johan@gnome.org>2010-08-31 17:50:44 -0300
commit0188bae837421614d2fffa8e9740d4d909228b88 (patch)
treef9454943bb8a36ef31f583461d4544f5a443d252 /girepository/giobjectinfo.c
parent7af39d0ff23d5a8c2316536b864f576f9a2bebc6 (diff)
downloadgobject-introspection-0188bae837421614d2fffa8e9740d4d909228b88.tar.gz
[GIRepository] Add missing transfer and skip
Diffstat (limited to 'girepository/giobjectinfo.c')
-rw-r--r--girepository/giobjectinfo.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/girepository/giobjectinfo.c b/girepository/giobjectinfo.c
index bc2ddcd0..03ed2a22 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