pidgin: ba8d3b14: Documentation: Use the word opaque to de...
markdoliner at pidgin.im
markdoliner at pidgin.im
Mon Jun 9 02:41:09 EDT 2008
-----------------------------------------------------------------
Revision: ba8d3b144d041faa33c133fc7dd605eea606c66a
Ancestor: cce54d60666920e5b31a240f7bdce9e829b09ea4
Author: markdoliner at pidgin.im
Date: 2008-06-07T01:06:41
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/ba8d3b144d041faa33c133fc7dd605eea606c66a
Modified files:
libpurple/proxy.h
ChangeLog:
Documentation: Use the word opaque to describe the data structure
returned from purple_proxy_connect(). Might be a little more clear
to some people.
-------------- next part --------------
============================================================
--- libpurple/proxy.h b87c38a85c1b24795812f2203b56ba301911834c
+++ libpurple/proxy.h ebfb09531743cf7a5efbf9127d6b9bec5460a6bc
@@ -239,9 +239,9 @@ PurpleProxyInfo *purple_proxy_get_setup(
* to something descriptive (hopefully).
* @param data User-defined data.
*
- * @return NULL if there was an error, or a reference to a data
- * structure that can be used to cancel the pending
- * connection, if needed.
+ * @return NULL if there was an error, or a reference to an
+ * opaque data structure that can be used to cancel
+ * the pending connection, if needed.
*/
PurpleProxyConnectData *purple_proxy_connect(void *handle,
PurpleAccount *account,
@@ -265,9 +265,9 @@ PurpleProxyConnectData *purple_proxy_con
* to something descriptive (hopefully).
* @param data User-defined data.
*
- * @return NULL if there was an error, or a reference to a data
- * structure that can be used to cancel the pending
- * connection, if needed.
+ * @return NULL if there was an error, or a reference to an
+ * opaque data structure that can be used to cancel
+ * the pending connection, if needed.
*/
PurpleProxyConnectData *purple_proxy_connect_socks5(void *handle,
PurpleProxyInfo *gpi,
More information about the Commits
mailing list