Package: gio

Function g-application-command-line-get-platform-data

Lambda List

g-application-command-line-get-platform-data (cmdline)

Arguments

cmdline -- a g-application-command-line object

Return Value

A g-variant dictionary with the platform data, or a NULL pointer.

Details

Gets the platform data associated with the invocation of cmdline.

This is a g-variant dictionary containing information about the context in which the invocation occurred. It typically contains information like the current working directory and the startup notification ID.

For local invocation, it will be a NULL pointer.
 

See also

*2021-10-10