Mercurial > pidgin
diff libpurple/proxy.h @ 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 | 6bf32c9e15a7 |
| children | 4670851af098 |
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,
