Method

PurplePersonremove_contact_info

since: 3.0

Declaration [src]

gboolean
purple_person_remove_contact_info (
  PurplePerson* person,
  PurpleContactInfo* info
)

Description [src]

Removes info from person.

Available since: 3.0

Parameters

info

Type: PurpleContactInfo

The PurpleContactInfo to remove.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if info was found and removed otherwise FALSE.