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: CamelSExpResultType

A CamelSExpResultType, defining the value type.

time_generator: gboolean

A boolean whether the occuring times are used.

occuring_start: time_t

Start time.

occuring_end: time_t

End time.

user_data: gpointer

A custom user data the caller can set; it’s completely managed by the caller (Since: 3.58).

free_user_data: GDestroyNotify

Optional destroy callback for the user_data (Since: 3.58).

Available since: 3.4