Method

MsgContactset_surname

Declaration [src]

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

Description [src]

Sets contacts surname.

Parameters

surname const char*
 

New sirname.

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