Method

PurpleSavedPresenceset_name

since: 3.0

Declaration [src]

void
purple_saved_presence_set_name (
  PurpleSavedPresence* presence,
  const char* name
)

Description [src]

Sets the name of presence to name. If name is NULL the name will be cleared.

Available since: 3.0

Parameters

name

Type: const char*

The new name.

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