Mercurial > pidgin
comparison libpurple/proxy.h @ 29277:b98519a42e53
propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
to branch 'im.pidgin.cpw.attention_ui' (head 152f22112dfd920caedfff2893c8ffd449c1083c)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 02 Mar 2009 22:07:59 +0000 |
parents | d25cbbea7fe5 |
children | 4c3b1bb3ba91 |
comparison
equal
deleted
inserted
replaced
29276:a0668fbf2483 | 29277:b98519a42e53 |
---|---|
183 * Returns purple's global proxy information. | 183 * Returns purple's global proxy information. |
184 * | 184 * |
185 * @return The global proxy information. | 185 * @return The global proxy information. |
186 */ | 186 */ |
187 PurpleProxyInfo *purple_global_proxy_get_info(void); | 187 PurpleProxyInfo *purple_global_proxy_get_info(void); |
188 | |
189 /** | |
190 * Set purple's global proxy information. | |
191 * | |
192 * @param info The proxy information. | |
193 * @since 2.6.0 | |
194 */ | |
195 void purple_global_proxy_set_info(PurpleProxyInfo *info); | |
188 | 196 |
189 /*@}*/ | 197 /*@}*/ |
190 | 198 |
191 /**************************************************************************/ | 199 /**************************************************************************/ |
192 /** @name Proxy API */ | 200 /** @name Proxy API */ |