Top | ![]() |
![]() |
![]() |
![]() |
ICalValue * | i_cal_value_new () |
ICalValue * | i_cal_value_new_clone () |
ICalValue * | i_cal_value_new_from_string () |
|
i_cal_value_free () |
|
i_cal_value_is_valid () |
|
i_cal_value_as_ical_string_r () |
ICalValueKind | i_cal_value_isa () |
|
i_cal_value_isa_value () |
ICalParameterXliccomparetype | i_cal_value_compare () |
ICalValueKind | i_cal_value_string_to_kind () |
const |
i_cal_value_kind_to_string () |
|
i_cal_value_kind_is_valid () |
|
i_cal_value_encode_ical_string () |
|
i_cal_value_decode_ical_string () |
ICalValue *
i_cal_value_new (ICalValueKind kind
);
Create a new ICalValue with specific kind.
Since:
ICalValue *
i_cal_value_new_clone (const ICalValue *value
);
Deeply clone a ICalValue.
Since:
ICalValue * i_cal_value_new_from_string (ICalValueKind kind
,const
);gchar *str
Create a new ICalValue based on the ICalValueKind and a string.
Since:
gint i_cal_value_is_valid (const ICalValue *value
);
Check if ICalValue is valid.
Since:
gchar * i_cal_value_as_ical_string_r (const ICalValue *value
);
Convert the ICalValue to a string.
Since:
ICalValueKind
i_cal_value_isa (const ICalValue *value
);
Get the kind of ICalValue.
Since:
gint i_cal_value_isa_value (ICalValue *value
);
Check whether the native part of ICalValue is an icalvalue
Since:
ICalParameterXliccomparetype i_cal_value_compare (const ICalValue *a
,const ICalValue *b
);
Compare two ICalValue.
Since:
ICalValueKind
i_cal_value_string_to_kind (const gchar *str
);
Convert a string to ICalValueKind.
Since:
constgchar * i_cal_value_kind_to_string (const ICalValueKind kind
);
Convert the ICalValueKind to a string.
Since:
gint i_cal_value_kind_is_valid (const ICalValueKind kind
);
Check whether the ICalValueKind is valid.
Since:
gchar * i_cal_value_encode_ical_string (const
);gchar *szText
Encode a character string in ical format, escape certain characters, etc.
Since: