函数

GioProxyget_default_for_protocol

自: 2.26

声明 [来源]

GProxy*
g_proxy_get_default_for_protocol (
  const gchar* protocol
)

描述 [来源]

寻找支持指定协议的代理实现的gio-proxy扩展点。

自: 2.26

参数

protocol

类型: const gchar*

代理协议名称(例如,http,socks等)。

数据由函数的调用者拥有。
该值是一个以空字符终止的UTF-8字符串。

返回值

类型: GProxy

返回一个GProxyNULL如果协议不受支持。

函数的调用者拥有数据,并负责释放它。
返回值可以为NULL