src/connection.h

changeset 6485
3c7ba18e32f1
parent 6460
fc288e7221ca
child 6488
6a47a95e4dbb
equal deleted inserted replaced
6484:b8558c29e331 6485:3c7ba18e32f1
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 /**************************************************************************/

mercurial