Method

PurpleContactInfoset_person

since: 3.0

Declaration [src]

void
purple_contact_info_set_person (
  PurpleContactInfo* info,
  PurplePerson* person
)

Description [src]

Sets the person that info belongs to to person.

Available since: 3.0

Parameters

person

Type: PurplePerson

The new PurplePerson or NULL.

The argument can be NULL.
The data is owned by the caller of the function.