Gio.AppLaunchContext.new

function new(): Gio.AppLaunchContext {
    // Gjs wrapper for g_app_launch_context_new()
}
  

Creates a new application launch context. This is not normally used, instead you instantiate a subclass of this, such as #GdkAppLaunchContext.