get_backends_list


Description:

public List<Backend> get_backends_list ()

Returns a list of used backends.

Parameters:

this

an SubprocessFactory

Returns:

A List that contains a list of used backends. The list should be freed by the caller using: g_list_free_full (backends, g_object_unref).