Mercurial > pidgin
changeset 23306:67581872c47f
Documentation: Use the word opaque to describe the data structure
returned from purple_proxy_connect(). Might be a little more clear
to some people.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 07 Jun 2008 01:06:41 +0000 |
parents | 27f7fae4a361 |
children | 2cc744b5925c |
files | libpurple/proxy.h |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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,