Function

Notifyget_app_name

Declaration [src]

const char*
notify_get_app_name (
  void
)

Description [src]

Gets the application name registered.

Return value

Returns: const char*
 

The registered application name, passed to notify_init().

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