Function

Notifyget_app_name

Declaration [src]

const char*
notify_get_app_name (
  void
)

Description [src]

Gets the application name registered.

Return value

Type: const char*

The registered application name, passed to notify_init().

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