Gio.AppLaunchContext.prototype.get_startup_notify_id

function get_startup_notify_id(info: Gio.AppInfo, files: Array(Gio.File)): String {
    // Gjs wrapper for g_app_launch_context_get_startup_notify_id()
}
  

Initiates startup notification for the application and returns the `DESKTOP_STARTUP_ID` for the launched operation, if supported.

Startup notification IDs are defined in the [FreeDesktop.Org Startup Notifications standard](http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt").

info

a Gio.AppInfo

files

a GLib.List of of Gio.File objects

Returns

a startup notification ID for the application, or null if not supported.