diff options
author | Johan Dahlin <johan@gnome.org> | 2010-10-06 12:51:44 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-10-06 14:27:49 -0300 |
commit | 7dc431f1bf4c0a5912f10240f4908c7b77d04316 (patch) | |
tree | 3fab4d19efd111cc943adc0c0271ca503bd6c937 /girepository | |
parent | 24d989b151b1c553ce0ee65a7c9f43c1da1f2b90 (diff) | |
download | gobject-introspection-7dc431f1bf4c0a5912f10240f4908c7b77d04316.tar.gz |
Improve documentation for g_registered_type_info_get_g_typeGOBJECT_INTROSPECTION_0_9_11
Diffstat (limited to 'girepository')
-rw-r--r-- | girepository/giregisteredtypeinfo.c | 5 |
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. */ |