Struct
EDataCalCalQueueTuple
Description
struct ECalQueueTuple {
GQueue first;
GQueue second;
GQueue third;
GDestroyNotify first_free_func;
GDestroyNotify second_free_func;
GDestroyNotify third_free_func;
}
No description available.
Structure members
first:GQueueNo description available.
second:GQueueNo description available.
third:GQueueNo description available.
first_free_func:GDestroyNotifyNo description available.
second_free_func:GDestroyNotifyNo description available.
third_free_func:GDestroyNotifyNo description available.
Functions
e_cal_queue_tuple_new
Creates a new ECalQueueTuple, with three GQueue-s,
each using one of the free functions.