mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
docs: Add documentation for supports_hostname in GProxy
Also fix a typo has → as.
This commit is contained in:
parent
5d64eb4cb8
commit
4653c6074f
@ -62,8 +62,9 @@ typedef struct _GProxyInterface GProxyInterface;
|
|||||||
* @g_iface: The parent interface.
|
* @g_iface: The parent interface.
|
||||||
* @connect: Connect to proxy server and wrap (if required) the #connection
|
* @connect: Connect to proxy server and wrap (if required) the #connection
|
||||||
* to handle payload.
|
* to handle payload.
|
||||||
* @connect_async: Same has connect() but asynchronous.
|
* @connect_async: Same as connect() but asynchronous.
|
||||||
* @connect_finish: Returns the result of connect_async()
|
* @connect_finish: Returns the result of connect_async()
|
||||||
|
* @supports_hostname: Returns whether the proxy supports hostname lookups.
|
||||||
*
|
*
|
||||||
* Provides an interface for handling proxy connection and payload.
|
* Provides an interface for handling proxy connection and payload.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user