DeviceList
Object Hierarchy:
Description:
[
CCode ( lower_case_csuffix =
"devicelist" , type_id =
"osinfo_devicelist_get_type ()" ) ]
public class DeviceList :
List
Content:
Creation methods:
Methods:
- public DeviceList new_copy ()
Construct a new device list that is filled with devices from
this
- public DeviceList new_filtered (Filter filter)
Construct a new device list that is filled with devices from
this that match filter
- public DeviceList new_intersection (DeviceList sourceTwo)
Construct a new device list that is filled with only the devices that are
present in both this and sourceTwo
.
- public DeviceList new_union (DeviceList sourceTwo)
Construct a new device list that is filled with all the devices that are
present in either this and sourceTwo
.
Inherited Members:
All known members inherited from class Osinfo.List
All known members inherited from class GLib.Object