list_connections


Description:

public SList<unowned RemoteConnection> list_connections ()

Parameters:

this

the RemoteSettings

Returns:

a list containing all connections provided by the remote settings service. Each element of the returned list is a RemoteConnection instance, which is owned by the RemoteSettings object and should not be freed by the caller. The returned list is, however, owned by the caller and should be freed using g_slist_free when no longer required.