Method

ICalGLibVcardPropertyset_group

unstable since: 4.0

Declaration [src]

void
i_cal_vcard_property_set_group (
  ICalVcardProperty* prop,
  const gchar* group
)

Description [src]

Sets the group name of the prop.

Available since: 4.0

Parameters

group

Type: const gchar*

A group name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.