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:
Philip Withnall 2023-01-25 15:27:26 +00:00
commit 636d4a587a

View File

@ -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.