Method

PurpleContactInfoset_phone_number

since: 3.0

Declaration [src]

void
purple_contact_info_set_phone_number (
  PurpleContactInfo* info,
  const char* phone_number
)

Description [src]

Sets the primary phone number for info.

Available since: 3.0

Parameters

phone_number

Type: const char*

The new phone number to set.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.