| 231 * |
231 * |
| 232 * @return A list of connecting connections. |
232 * @return A list of connecting connections. |
| 233 */ |
233 */ |
| 234 GList *gaim_connections_get_connecting(void); |
234 GList *gaim_connections_get_connecting(void); |
| 235 |
235 |
| |
236 /** |
| |
237 * Initializes the connections subsystem. |
| |
238 */ |
| |
239 void gaim_connections_init(void); |
| |
240 |
| |
241 /** |
| |
242 * Uninitializes the connections subsystem. |
| |
243 */ |
| |
244 void gaim_connections_uninit(void); |
| |
245 |
| |
246 /** |
| |
247 * Returns the handle to the connections subsystem. |
| |
248 * |
| |
249 * @return The connections subsystem handle. |
| |
250 */ |
| |
251 void *gaim_connections_get_handle(void); |
| |
252 |
| 236 /*@}*/ |
253 /*@}*/ |
| 237 |
254 |
| 238 /**************************************************************************/ |
255 /**************************************************************************/ |
| 239 /** @name UI Operations API */ |
256 /** @name UI Operations API */ |
| 240 /**************************************************************************/ |
257 /**************************************************************************/ |