DesktopAppInfoLookupT.getDefaultForUriScheme

Gets the default application for launching applications using this URI scheme for a particular #GDesktopAppInfoLookup implementation.

The #GDesktopAppInfoLookup interface and this function is used to implement gio.app_info.AppInfo.getDefaultForUriScheme backends in a GIO module. There is no reason for applications to use it directly. Applications should use gio.app_info.AppInfo.getDefaultForUriScheme.

More...
template DesktopAppInfoLookupT()
override
getDefaultForUriScheme
(
string uriScheme
)

Parameters

uriScheme string

a string containing a URI scheme.

Return Value

Type: gio.app_info.AppInfo

#GAppInfo for given uri_scheme or null on error.

Detailed Description

Deprecated: The #GDesktopAppInfoLookup interface is deprecated and unused by GIO.