Notify.init
function init(app_name: String): Boolean {
// Gjs wrapper for notify_init()
}
Initialized libnotify. This must be called before any other functions.
- app_name
The name of the application initializing libnotify.
- Returns
true if successful, or false on error.