Method

PurplePersonremove_contact_info

unstable 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 method.
[]

Return value

Type: gboolean

TRUE if info was found and removed otherwise FALSE.