Method
ICalGLibVcardComponentget_first_component
unstable since: 4.0
Declaration [src]
ICalVcardComponent*
i_cal_vcard_component_get_first_component (
ICalVcardComponent* component,
ICalVcardComponentKind kind
)
Description [src]
Gets the first ICalVcardComponent with specific kind in ICalVcardComponent.
Available since: 4.0
Parameters
kind-
Type:
ICalVcardComponentKindAn
ICalVcardComponentKind.
Return value
Type: ICalVcardComponent
The first ICalVcardComponent.
| The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |