Packages
libical-glib
ICal
ComponentKind
ANY_COMPONENT
NO_COMPONENT
VAGENDA_COMPONENT
VALARM_COMPONENT
VAVAILABILITY_COMPONENT
VCALENDAR_COMPONENT
VCAR_COMPONENT
VCOMMAND_COMPONENT
VEVENT_COMPONENT
VFREEBUSY_COMPONENT
VJOURNAL_COMPONENT
VPOLL_COMPONENT
VQUERY_COMPONENT
VREPLY_COMPONENT
VSCHEDULE_COMPONENT
VTIMEZONE_COMPONENT
VTODO_COMPONENT
VVOTER_COMPONENT
XATTACH_COMPONENT
XAUDIOALARM_COMPONENT
XAVAILABLE_COMPONENT
XDAYLIGHT_COMPONENT
XDISPLAYALARM_COMPONENT
XEMAILALARM_COMPONENT
XLICINVALID_COMPONENT
XLICMIMEPART_COMPONENT
XPROCEDUREALARM_COMPONENT
XROOT_COMPONENT
XSTANDARD_COMPONENT
XVOTE_COMPONENT
X_COMPONENT
from_string
is_valid
to_string
ComponentKind
Description:
[
CCode
( cprefix =
"I_CAL_"
, has_type_id =
false
) ]
public
enum
ComponentKind
Namespace:
ICal
Package:
libical-glib
Content:
Enum values:
ANY_COMPONENT
NO_COMPONENT
VAGENDA_COMPONENT
VALARM_COMPONENT
VAVAILABILITY_COMPONENT
VCALENDAR_COMPONENT
VCAR_COMPONENT
VCOMMAND_COMPONENT
VEVENT_COMPONENT
VFREEBUSY_COMPONENT
VJOURNAL_COMPONENT
VPOLL_COMPONENT
VQUERY_COMPONENT
VREPLY_COMPONENT
VSCHEDULE_COMPONENT
VTIMEZONE_COMPONENT
VTODO_COMPONENT
VVOTER_COMPONENT
XATTACH_COMPONENT
XAUDIOALARM_COMPONENT
XAVAILABLE_COMPONENT
XDAYLIGHT_COMPONENT
XDISPLAYALARM_COMPONENT
XEMAILALARM_COMPONENT
XLICINVALID_COMPONENT
XLICMIMEPART_COMPONENT
XPROCEDUREALARM_COMPONENT
XROOT_COMPONENT
XSTANDARD_COMPONENT
XVOTE_COMPONENT
X_COMPONENT
Static methods:
public
static
ComponentKind
from_string
(
string
string)
Converts a string to a
ComponentKind
.
Methods:
public
bool
is_valid
()
Checks if a
ComponentKind
is valid.
public
unowned
string
to_string
()
Converts a
ComponentKind
to a string.