ProductList
Object Hierarchy:
Description:
[
CCode ( lower_case_csuffix =
"productlist" , type_id =
"osinfo_productlist_get_type ()" ) ]
public class ProductList :
List
Content:
Creation methods:
Methods:
- public ProductList new_copy ()
Construct a new os list that is filled with oss from
this
- public ProductList new_filtered (Filter filter)
Construct a new os list that is filled with oss from
this that match filter
- public ProductList new_intersection (ProductList sourceTwo)
Construct a new os list that is filled with only the oss that are present in
both this and sourceTwo
.
- public ProductList new_union (ProductList 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.List
All known members inherited from class GLib.Object