From 2e570b770409950c2a3992b8b50e6a1942ce6fd5 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 11 Jun 2010 21:06:02 -0300 Subject: [PATCH] [g_property_info_get_flags] Document properly --- gipropertyinfo.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gipropertyinfo.c b/gipropertyinfo.c index 9fe485c23..552c0c3e2 100644 --- a/gipropertyinfo.c +++ b/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)