Method

ValentContactStoreset_name

unstable since: 1.0

Declaration [src]

void
valent_contact_store_set_name (
  ValentContactStore* store,
  const char* name
)

Description [src]

Set the display name of store to name.

Available since: 1.0

Parameters

name

Type: const char*

A display name.

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