API 版本: 2.0
库版本: 2.83.2
由 gi-docgen 2024.1 生成
GAppInfo* g_app_info_get_default_for_uri_scheme ( const char* uri_scheme )
获取处理给定 URI 方案的应用程序的默认值。
URI 方案是 URI 的初始部分,直到但不包括冒号。例如,http、ftp 或 sip。
http
ftp
sip
uri_scheme
类型: const char*
const char*
包含 URI 方案的字符串。
类型: GAppInfo
GAppInfo
GAppInfo 为给定的 uri_scheme 或在错误时返回 NULL。
NULL