From 4653c6074f74234f230e8a8b1d1eb94fe05c48f0 Mon Sep 17 00:00:00 2001 From: David King Date: Sun, 19 Feb 2012 16:40:06 +0000 Subject: [PATCH] docs: Add documentation for supports_hostname in GProxy MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Also fix a typo has → as. --- gio/gproxy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gio/gproxy.h b/gio/gproxy.h index 626e0ee86..d7d11a7f5 100644 --- a/gio/gproxy.h +++ b/gio/gproxy.h @@ -62,8 +62,9 @@ typedef struct _GProxyInterface GProxyInterface; * @g_iface: The parent interface. * @connect: Connect to proxy server and wrap (if required) the #connection * 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() + * @supports_hostname: Returns whether the proxy supports hostname lookups. * * Provides an interface for handling proxy connection and payload. * -- 2.11.0