Method
ICalGLibVcardValueget_parent
unstable since: 4.0
Declaration [src]
ICalVcardProperty*
i_cal_vcard_value_get_parent (
const ICalVcardValue* value
)
Description [src]
Gets the parent ICalVcardProperty of the specified ICalVcardValue.
Available since: 4.0
Return value
Type: ICalVcardProperty
The parent ICalVcardProperty.
| The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |