self_set_name


Description:

public bool self_set_name (string name, out ErrSetInfo error = null)

Set the nickname for the Tox client.

Nickname length cannot exceed MAX_NAME_LENGTH. If length is 0, the name parameter is ignored (it can be NULL), and the nickname is set back to empty.

Parameters:

name

A string containing the new nickname.

Returns:

true on success.