libpurple/proxy.h

branch
soc.2013.gobjectification.plugins
changeset 37077
d6404f69bf6c
parent 37075
cf3f735b09b7
parent 35477
5036e4cd8a46
child 37088
4d5ad6b1878e
equal deleted inserted replaced
37076:38040771ae12 37077:d6404f69bf6c
92 * Destroys a proxy information structure. 92 * Destroys a proxy information structure.
93 */ 93 */
94 void purple_proxy_info_destroy(PurpleProxyInfo *info); 94 void purple_proxy_info_destroy(PurpleProxyInfo *info);
95 95
96 /** 96 /**
97 * purple_proxy_info_set_type: 97 * purple_proxy_info_set_proxy_type:
98 * @info: The proxy information. 98 * @info: The proxy information.
99 * @type: The proxy type. 99 * @type: The proxy type.
100 * 100 *
101 * Sets the type of proxy. 101 * Sets the type of proxy.
102 */ 102 */
137 * Sets the proxy password. 137 * Sets the proxy password.
138 */ 138 */
139 void purple_proxy_info_set_password(PurpleProxyInfo *info, const char *password); 139 void purple_proxy_info_set_password(PurpleProxyInfo *info, const char *password);
140 140
141 /** 141 /**
142 * purple_proxy_info_get_type: 142 * purple_proxy_info_get_proxy_type:
143 * @info: The proxy information. 143 * @info: The proxy information.
144 * 144 *
145 * Returns the proxy's type. 145 * Returns the proxy's type.
146 * 146 *
147 * Returns: The type. 147 * Returns: The type.

mercurial