Gio.Application.prototype.activate
function activate(): void {
    // Gjs wrapper for g_application_activate()
}
  Activates the application.
In essence, this results in the Gio.Application::activate signal being emitted in the primary instance.
The application must be registered before calling this function.
Since 2.28