libpurple/proxy.h

changeset 39385
8b00a188296b
parent 38026
ea9d401c7037
child 39386
3fd7e834749f
--- a/libpurple/proxy.h	Fri Dec 14 08:25:23 2018 +0000
+++ b/libpurple/proxy.h	Fri Dec 14 19:16:14 2018 -0600
@@ -247,7 +247,7 @@
 PurpleProxyInfo *purple_proxy_get_setup(PurpleAccount *account);
 
 /**
- * purple_proxy_connect:
+ * purple_proxy_connect: (skip)
  * @handle:     A handle that should be associated with this
  *              connection attempt.  The handle can be used
  *              to cancel the connection attempt using the
@@ -277,7 +277,7 @@
 			PurpleProxyConnectFunction connect_cb, gpointer data);
 
 /**
- * purple_proxy_connect_socks5_account:
+ * purple_proxy_connect_socks5_account: (skip)
  * @handle:     A handle that should be associated with this
  *              connection attempt.  The handle can be used
  *              to cancel the connection attempt using the
@@ -308,7 +308,7 @@
 			PurpleProxyConnectFunction connect_cb, gpointer data);
 
 /**
- * purple_proxy_connect_cancel:
+ * purple_proxy_connect_cancel: (skip)
  * @connect_data: The #PurpleProxyConnectData to cancel.
  *
  * Cancel an in-progress connection attempt.  This should be called
@@ -322,7 +322,7 @@
 void purple_proxy_connect_cancel(PurpleProxyConnectData *connect_data);
 
 /**
- * purple_proxy_connect_cancel_with_handle:
+ * purple_proxy_connect_cancel_with_handle: (skip)
  * @handle: The handle.
  *
  * Closes all proxy connections registered with the specified handle.

mercurial