Function
GioAppInfoget_default_for_uri_scheme
Declaration [src]
GAppInfo*
g_app_info_get_default_for_uri_scheme (
const char* uri_scheme
)
Description [src]
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
.