gAppLaunchContextGetStartupNotifyId {RGtk2}R Documentation

gAppLaunchContextGetStartupNotifyId

Description

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

Usage

gAppLaunchContextGetStartupNotifyId(object, info, files)

Arguments

object

a GAppLaunchContext

info

a GAppInfo

files

a

list
of of GFile objects

Details

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

Value

[char] a startup notification ID for the application, or NULL if not supported.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]