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