| Top |
ICalValue *
i_cal_value_new (ICalValueKind kind);
Creates a new ICalValue with specific kind.
Since: 1.0
ICalValue *
i_cal_value_clone (const ICalValue *value);
Deeply clone a ICalValue.
Since: 1.0
ICalValue * i_cal_value_new_from_string (ICalValueKind kind,const gchar *str);
Creates a new ICalValue based on the ICalValueKind and a string.
Since: 1.0
gboolean
i_cal_value_is_valid (const ICalValue *value);
Checks if ICalValue is valid.
Since: 1.0
gchar *
i_cal_value_as_ical_string (const ICalValue *value);
Converts the ICalValue to a string.
Since: 1.0
ICalValueKind
i_cal_value_isa (const ICalValue *value);
Gets the kind of ICalValue.
Since: 1.0
gint
i_cal_value_isa_value (ICalValue *value);
Checks whether the native part of ICalValue is an icalvalue.
Since: 1.0
ICalParameterXliccomparetype i_cal_value_compare (const ICalValue *a,const ICalValue *b);
Compares two ICalValue.
Since: 1.0
ICalValueKind
i_cal_value_kind_from_string (const gchar *str);
Converts a string to ICalValueKind.
Since: 1.0
const gchar *
i_cal_value_kind_to_string (const ICalValueKind kind);
Converts the ICalValueKind to a string.
Since: 1.0
gboolean
i_cal_value_kind_is_valid (const ICalValueKind kind);
Checks whether the ICalValueKind is valid.
Since: 1.0
gchar *
i_cal_value_encode_ical_string (const gchar *szText);
Encodes a character string in ical format, escape certain characters, etc.
Since: 1.0