Method

ValentNotificationset_application

unstable since: 1.0

Declaration [src]

void
valent_notification_set_application (
  ValentNotification* notification,
  const char* application
)

Description [src]

Set the notifying application.

Available since: 1.0

Parameters

application

Type: const char*

The notifying application.

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