summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-10-06 12:51:44 -0300
committerJohan Dahlin <johan@gnome.org>2010-10-06 14:27:49 -0300
commit7dc431f1bf4c0a5912f10240f4908c7b77d04316 (patch)
tree3fab4d19efd111cc943adc0c0271ca503bd6c937
parent24d989b151b1c553ce0ee65a7c9f43c1da1f2b90 (diff)
downloadgobject-introspection-7dc431f1bf4c0a5912f10240f4908c7b77d04316.tar.gz
Improve documentation for g_registered_type_info_get_g_typeGOBJECT_INTROSPECTION_0_9_11
-rw-r--r--girepository/giregisteredtypeinfo.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/girepository/giregisteredtypeinfo.c b/girepository/giregisteredtypeinfo.c
index cc43d284..ca06b9f8 100644
--- a/girepository/giregisteredtypeinfo.c
+++ b/girepository/giregisteredtypeinfo.c
@@ -114,7 +114,10 @@ g_registered_type_info_get_type_init (GIRegisteredTypeInfo *info)
* g_registered_type_info_get_g_type:
* @info: a #GIRegisteredTypeInfo
*
- * Obtain the #GType for this registered type.
+ * Obtain the #GType for this registered type or G_TYPE_NONE which a special meaning.
+ * It means that either there is no type information associated with this @info or
+ * that the shared library which provides the type_init function for this
+ * @info cannot be called.
*
* Returns: the #GType.
*/