Method
ICalGLibVcardPropertyset_value_from_string
unstable since: 4.0
Declaration [src]
void
i_cal_vcard_property_set_value_from_string (
ICalVcardProperty* prop,
const gchar* value,
const gchar* kind
)
Description [src]
Sets the ICalVcardProperty with the ICalVcardValue constructed from string.
Available since: 4.0
Parameters
value-
Type:
const gchar*The value used to construct the
ICalVcardValue.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. kind-
Type:
const gchar*The kind used to construct the
ICalVcardValue.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.