# HG changeset patch # User Mark Doliner # Date 1212800801 0 # Node ID 67581872c47f4ba64bb732e12d79a314b03eaf1d # Parent 27f7fae4a36196ac12aaecad357e9a500a82294a Documentation: Use the word opaque to describe the data structure returned from purple_proxy_connect(). Might be a little more clear to some people. diff -r 27f7fae4a361 -r 67581872c47f libpurple/proxy.h --- a/libpurple/proxy.h Sat Jun 07 00:56:14 2008 +0000 +++ b/libpurple/proxy.h Sat Jun 07 01:06:41 2008 +0000 @@ -239,9 +239,9 @@ * 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 @@ * 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,