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