Gtk.Application.prototype.uninhibit
function uninhibit(cookie:Number):void {
// Gjs wrapper for gtk_application_uninhibit()
}Removes an inhibitor that has been established with Gtk.Application.prototype.inhibit. Inhibitors are also cleared when the application exits.
Since 3.4
- cookie
a cookie that was returned by Gtk.Application.prototype.inhibit