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
This commit is contained in:
Cosimo Cecchi 2011-09-10 00:35:09 -04:00
parent 0db338bdb0
commit 88b3f6b866

View File

@ -328,7 +328,7 @@ mktime_utc (struct tm *tm)
/** /**
* g_time_val_from_iso8601: * g_time_val_from_iso8601:
* @iso_date: an ISO 8601 encoded date string * @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 * Converts a string containing an ISO 8601 encoded date and time
* to a #GTimeVal and puts it into @time_. * to a #GTimeVal and puts it into @time_.