Home
last modified time | relevance | path

Searched refs:G_IS_HTTPS_PROXY (Results 1 – 2 of 2) sorted by relevance

/dports/devel/glib20/glib-2.70.4/gio/
H A Dghttpproxy.h43 #define G_IS_HTTPS_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_HTTPS_PROXY)) macro
H A Dghttpproxy.c197 if (G_IS_HTTPS_PROXY (proxy)) in g_http_proxy_connect()