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