Struct
CamelSExpResult
since: 3.4
Description
struct CamelSExpResult {
CamelSExpResultType type;
gboolean time_generator;
time_t occuring_start;
time_t occuring_end;
gpointer user_data;
GDestroyNotify free_user_data;
}
No description available.
Structure members
type:CamelSExpResultTypeA
CamelSExpResultType, defining thevaluetype.time_generator:gbooleanA boolean whether the occuring times are used.
occuring_start:time_tStart time.
occuring_end:time_tEnd time.
user_data:gpointerA custom user data the caller can set; it’s completely managed by the caller (Since: 3.58).
free_user_data:GDestroyNotifyOptional destroy callback for the
user_data(Since: 3.58).
Available since: 3.4