DeviceLinkList
Object Hierarchy:
Description:
[
CCode ( lower_case_csuffix =
"devicelinklist" , type_id =
"osinfo_devicelinklist_get_type ()" ) ]
public class DeviceLinkList :
List
Content:
Creation methods:
Methods:
- public DeviceList get_devices (Filter? filter)
Get all devices matching a given filter
- public DeviceLinkList new_copy ()
Construct a new devicelink list that is filled with devicelinks from
this
- public DeviceLinkList new_filtered (Filter filter)
Construct a new devicelink list that is filled with devicelinks from
this that match filter
- public DeviceLinkList new_intersection (DeviceLinkList sourceTwo)
Construct a new devicelink list that is filled with only the devicelinks
that are present in both this and sourceTwo
.
- public DeviceLinkList new_union (DeviceLinkList sourceTwo)
Construct a new devicelink list that is filled with all the devicelinks 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