Gio.Application.prototype.set_flags

function set_flags(flags: Gio.ApplicationFlags): void {
    // Gjs wrapper for g_application_set_flags()
}
  

Sets the flags for application.

The flags can only be modified if application has not yet been registered.

See Gio.ApplicationFlags.

Since 2.28

flags

the flags for application