libpurple/connection.h

changeset 41677
7c01d55a8aeb
parent 41463
6b13615303cc
child 41686
9bcd6ad114eb
equal deleted inserted replaced
41676:36070722ab2a 41677:7c01d55a8aeb
636 * active connections. 636 * active connections.
637 */ 637 */
638 GList *purple_connections_get_all(void); 638 GList *purple_connections_get_all(void);
639 639
640 /** 640 /**
641 * purple_connections_get_connecting:
642 *
643 * Returns a list of all connections in the process of connecting.
644 *
645 * Returns: (element-type PurpleConnection) (transfer none): A list of
646 * connecting connections.
647 */
648 GList *purple_connections_get_connecting(void);
649
650 /**
651 * purple_connections_is_online: 641 * purple_connections_is_online:
652 * 642 *
653 * Checks if at least one account is online. 643 * Checks if at least one account is online.
654 * 644 *
655 * Returns: %TRUE if at least one account is online. 645 * Returns: %TRUE if at least one account is online.

mercurial