[ CCode ( instance_pos = 1.9 ) ]
[ Version ( since = "3.34" ) ]
public delegate unowned Timezone? RecurResolveTimezoneCb (string tzid, Cancellable? cancellable = null) throws Error
Resolve timezone by its ID provided as tzid
.
The returned object, if not null, is owned by the callback implementation and should not be freed.
tzid |
timezone ID to resolve |
cancellable |
optional Cancellable object, or null |
user_data |
user data used for this callback |
an Timezone object for |