Method

MsgContactset_surname

Declaration [src]

void
msg_contact_set_surname (
  MsgContact* self,
  const char* surname
)

Description [src]

Sets contacts surname.

Parameters

surname

Type: const char*

New sirname.

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