mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 00:46:16 +01:00
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:
parent
0db338bdb0
commit
88b3f6b866
@ -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_.
|
||||
|
Loading…
Reference in New Issue
Block a user