g_time_zone_adjust_time: add (inout) annotation

Fixes #2897 .
This commit is contained in:
Bart Jacobs 2023-01-25 14:07:48 +00:00
parent 0f7797d76d
commit 92e34c86da

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.