Function

Notifyset_app_name

since: 0.7

Declaration [src]

void
notify_set_app_name (
  const char* app_name
)

Description [src]

Sets the application name.

Available since: 0.7

Parameters

app_name

Type: const char*

The name of the application.

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