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