RecurResolveTimezoneCb
Description:
[ CCode ( instance_pos = 1.9 ) ]
[ Version ( since = "3.34" ) ]
public delegate unowned Timezone? RecurResolveTimezoneCb (string tzid, Cancellable? cancellable = null) throws Error
[ 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.
Parameters:
| tzid |
timezone ID to resolve |
| cancellable |
optional Cancellable object, or null |
| user_data |
user data used for this callback |
Returns:
|
an Timezone object for |
Namespace: ECal
Package: libecal-2.0