Package: gio

Function gio:app-info-default-for-uri-scheme

Lambda List

gio:app-info-default-for-uri-scheme (uri-scheme)

Arguments

uri-scheme -- a string containing a URI scheme

Return Value

The g:app-info instance for the given uri-scheme or nil on error.

Details

Gets the default application for handling URIs with the given URI scheme. A URI scheme is the initial part of the URI, up to but not including the ':', for example, "http", "ftp" or "sip".
 

See also

2024-12-22