ResourcesList
Object Hierarchy:
Description:
[
CCode ( lower_case_csuffix =
"resourceslist" , type_id =
"osinfo_resourceslist_get_type ()" ) ]
public class ResourcesList :
List
Content:
Creation methods:
Methods:
- public ResourcesList new_copy ()
Construct a new resources list that is filled with resources instances from
this
- public ResourcesList new_filtered (Filter filter)
Construct a new resources list that is filled with resources instances from
this that match filter
- public ResourcesList new_intersection (ResourcesList sourceTwo)
Construct a new resources list that is filled with only the resources
instances that are present in both this and sourceTwo
.
- public ResourcesList new_union (ResourcesList sourceTwo)
Construct a new resources list that is filled with all the resources
instances 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