Package: gio

Function gio:app-info-id

Lambda List

gio:app-info-id (info)

Arguments

info -- a g:app-info instance

Return Value

A string containing the ID of the application.

Details

Gets the ID of an application. An ID is a string that identifies the application. The exact format of the ID is platform dependent. For instance, on Unix this is the desktop file ID from the xdg menu specification.

Note that the returned ID may be nil, depending on how info has been constructed.
 

See also

#2023-7-11