summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-06-11 21:06:02 -0300
committerJohan Dahlin <johan@gnome.org>2010-06-11 21:06:02 -0300
commit97230d969987019a39118fd9c032b3dd7cf60d41 (patch)
tree7f17fc5faf627ca5556b01e03b82a7b5ccf28ab1
parent9672efc385c63f968df64e4b42c7998f9286d350 (diff)
downloadgobject-introspection-97230d969987019a39118fd9c032b3dd7cf60d41.tar.gz
[g_property_info_get_flags] Document properly
-rw-r--r--girepository/gipropertyinfo.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/girepository/gipropertyinfo.c b/girepository/gipropertyinfo.c
index 9fe485c2..552c0c3e 100644
--- a/girepository/gipropertyinfo.c
+++ b/girepository/gipropertyinfo.c
@@ -86,10 +86,8 @@ g_property_info_get_flags (GIPropertyInfo *info)
*
* Obtain the type information for the property @info.
*
- * Returns: (transfer full): the #GIPropertyInfo, free it with
+ * Returns: (transfer full): the #GITypeInfo, free it with
* g_base_info_unref() when done.
- *
- * Returns: the type
*/
GITypeInfo *
g_property_info_get_type (GIPropertyInfo *info)