From: Cosimo Cecchi Date: Sat, 10 Sep 2011 04:35:09 +0000 (-0400) Subject: timeval: add introspection annotations to g_time_val_from_iso8601() X-Git-Tag: 2.31.0~470 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88b3f6b866749d273247ccccf6dbfd6ddb6b647d;p=platform%2Fupstream%2Fglib.git timeval: add introspection annotations to g_time_val_from_iso8601() The GTimeVal argument is missing an (out) annotations. https://bugzilla.gnome.org/show_bug.cgi?id=658692 --- diff --git a/glib/gtimer.c b/glib/gtimer.c index 970ad2c..7c2d415 100644 --- a/glib/gtimer.c +++ b/glib/gtimer.c @@ -328,7 +328,7 @@ mktime_utc (struct tm *tm) /** * g_time_val_from_iso8601: * @iso_date: an ISO 8601 encoded date string - * @time_: a #GTimeVal + * @time_: (out): a #GTimeVal * * Converts a string containing an ISO 8601 encoded date and time * to a #GTimeVal and puts it into @time_.