Method

MsgContactset_given_name

Declaration [src]

void
msg_contact_set_given_name (
  MsgContact* self,
  const char* given_name
)

Description [src]

Sets contacts given name.

Parameters

given_name

Type: const char*

New give name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.