Function notify_init
Initialized libnotify. This must be called before any other functions.
extern(C) int notify_init
(
const(char*) app_name
);
Parameters
Name | Description |
---|---|
app_name | The name of the application initializing libnotify. |
Returns
true if successful, or false on error.