ICalCompIter
ICalCompIter
|
|
Object Hierarchy
GObject
╰── ICalObject
╰── ICalCompIter
Functions
i_cal_comp_iter_new_full ()
ICalCompIter *
i_cal_comp_iter_new_full (struct icalcompiter native
);
Create a new libical-glib object from the native libical object and the owner.
Returns
The newly create libical-glib object.
[transfer full]
Since 1.0
i_cal_comp_iter_new_default ()
struct icalcompiter
i_cal_comp_iter_new_default (void
);
Returns
The newly created default native icalcompiter.
[transfer none]
Since 1.0
Types and Values
I_CAL_COMP_ITER_TYPE
#define I_CAL_COMP_ITER_TYPE
ICalCompIter
typedef struct _ICalCompIter ICalCompIter;
This is the ICalCompIter instance.
struct ICalCompIterClass
struct ICalCompIterClass {
};
This is the ICalCompIter class.