diff options
author | Pavel Holejsovsky <pavel.holejsovsky@gmail.com> | 2010-09-05 10:58:31 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-09-05 11:04:27 -0300 |
commit | 86f83a85fe2f8cabc2c18e8352903f58d39db72b (patch) | |
tree | 5c66a3c8cae8ba6081f4252138dd640d095a2d6e /girepository/giconstantinfo.c | |
parent | 28e25585b633d1a742aef3cd8197e5ad65835691 (diff) | |
download | gobject-introspection-86f83a85fe2f8cabc2c18e8352903f58d39db72b.tar.gz |
[girepository] Document GIStructInfo & GIUnionInfo
https://bugzilla.gnome.org/show_bug.cgi?id=628753
Diffstat (limited to 'girepository/giconstantinfo.c')
-rw-r--r-- | girepository/giconstantinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/giconstantinfo.c b/girepository/giconstantinfo.c index ea7d4160..b6b67d1a 100644 --- a/girepository/giconstantinfo.c +++ b/girepository/giconstantinfo.c @@ -65,7 +65,7 @@ g_constant_info_get_type (GIConstantInfo *info) } /** - * g_constant_info_get_value: + * g_constant_info_get_value: (skip) * @info: a #GIConstantInfo * @value: (out): an argument * |