Gio.Application.prototype.get_is_registered
function get_is_registered(): Boolean {
// Gjs wrapper for g_application_get_is_registered()
}
Checks if application is registered.
An application is registered if Gio.Application.prototype.register has been successfully called.
Since 2.28
- Returns
true if application is registered