Function

Purpleconnections_get_all

since: 2.0

Declaration [src]

GList*
purple_connections_get_all (
  void
)

Description [src]

Returns a list of all active connections. This does not include connections that are in the process of connecting.

Available since: 2.0

Return value

Type: A list of PurpleConnection*

A list of all active connections.

The data is owned by the called function.