mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
Add GI annotations to Gio lowlevel network support classes
This commit is contained in:
@@ -233,8 +233,10 @@ g_proxy_address_init (GProxyAddress *proxy)
|
||||
* @protocol: The proxy protocol to support, in lower case (e.g. socks, http).
|
||||
* @dest_hostname: The destination hostname the the proxy should tunnel to.
|
||||
* @dest_port: The destination port to tunnel to.
|
||||
* @username: The username to authenticate to the proxy server (or %NULL).
|
||||
* @password: The password to authenticate to the proxy server (or %NULL).
|
||||
* @username: (allow-none): The username to authenticate to the proxy server
|
||||
* (or %NULL).
|
||||
* @password: (allow-none): The password to authenticate to the proxy server
|
||||
* (or %NULL).
|
||||
*
|
||||
* Creates a new #GProxyAddress for @inetaddr with @protocol that should
|
||||
* tunnel through @dest_hostname and @dest_port.
|
||||
|
Reference in New Issue
Block a user