| 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. |