list_devices


Description:

public List<DeviceInfo> list_devices ()

Get a List of new objects implementing DeviceInfo representing the devices directly contained in this.

The returned list should be g_list_free'd and the elements should be unref'd.

Note that devices are not cached internally, so that every time you call this function new objects are created. The application must cache any used devices if it wishes to keep them around and re-use them.

Parameters:

this

A DeviceInfo

Returns:

a List of new DeviceInfo objects.