list_services


Description:

public List<ServiceInfo> list_services ()

Get a List of new objects implementing ServiceInfo representing the services directly contained in this.

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

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

Parameters:

this

A DeviceInfo

Returns:

A List of new ServiceInfo objects.