Method
ICalGLibVcardPropertyset_categories
unstable since: 4.0
Declaration [src]
void
i_cal_vcard_property_set_categories (
ICalVcardProperty* self,
const ICalVcardStrArray* value
)
Description [src]
Sets the value of the self of CATEGORIES.
Note: this uses a copy of the string array, not the
one stored in the value.
Available since: 4.0
Parameters
value-
Type:
const ICalVcardStrArrayThe string array value.
The data is owned by the caller of the method.