Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
timeval: add introspection annotations to g_time_val_from_iso8601()
Browse files Browse the repository at this point in the history
The GTimeVal argument is missing an (out) annotations.

https://bugzilla.gnome.org/show_bug.cgi?id=658692
  • Loading branch information
cosimoc committed Sep 20, 2011
1 parent 8d4cc26 commit 24dc57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glib/gtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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_.
Expand Down

0 comments on commit 24dc57e

Please sign in to comment.