comparison src/connection.h @ 10352:5879593a6a10

[gaim-migrate @ 11569] Gray out some buddy list menu items and the gtkstatusselector if no accounts are online. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 13 Dec 2004 01:49:55 +0000
parents bf1ebc8f3bf3
children 6a043ae92db6
comparison
equal deleted inserted replaced
10351:7fcdd669eb49 10352:5879593a6a10
248 * Disconnects from all connections. 248 * Disconnects from all connections.
249 */ 249 */
250 void gaim_connections_disconnect_all(void); 250 void gaim_connections_disconnect_all(void);
251 251
252 /** 252 /**
253 * Returns a list of all active connections. 253 * Returns a list of all active connections. This does not
254 * include connections that are in the process of connecting.
254 * 255 *
255 * @return A list of all active connections. 256 * @return A list of all active connections.
256 */ 257 */
257 GList *gaim_connections_get_all(void); 258 GList *gaim_connections_get_all(void);
258 259