mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'time-zone-adjust-time-bad-gir' into 'main'
g_time_zone_adjust_time: add (inout) annotation Closes #2897 See merge request GNOME/glib!3230
This commit is contained in:
commit
636d4a587a
@ -2223,7 +2223,7 @@ interval_valid (GTimeZone *tz,
|
||||
* g_time_zone_adjust_time:
|
||||
* @tz: a #GTimeZone
|
||||
* @type: the #GTimeType of @time_
|
||||
* @time_: a pointer to a number of seconds since January 1, 1970
|
||||
* @time_: (inout): a pointer to a number of seconds since January 1, 1970
|
||||
*
|
||||
* Finds an interval within @tz that corresponds to the given @time_,
|
||||
* possibly adjusting @time_ if required to fit into an interval.
|
||||
|
Loading…
Reference in New Issue
Block a user