Top | ![]() |
![]() |
![]() |
![]() |
OsinfoTreeList * | osinfo_treelist_new () |
OsinfoTreeList * | osinfo_treelist_new_copy () |
OsinfoTreeList * | osinfo_treelist_new_filtered () |
OsinfoTreeList * | osinfo_treelist_new_intersection () |
OsinfoTreeList * | osinfo_treelist_new_union () |
OsinfoTreeList *
osinfo_treelist_new (void
);
Construct a new tree list that is initially empty.
Since: 0.1.0
OsinfoTreeList *
osinfo_treelist_new_copy (OsinfoTreeList *source
);
osinfo_treelist_new_copy
has been deprecated since version 0.2.2 and should not be used in newly-written code.
Use osinfo_list_new_copy()
instead.
Construct a new tree list that is filled with trees
from source
Since: 0.1.0
OsinfoTreeList * osinfo_treelist_new_filtered (OsinfoTreeList *source
,OsinfoFilter *filter
);
osinfo_treelist_new_filtered
has been deprecated since version 0.2.2 and should not be used in newly-written code.
Use osinfo_list_new_filtered()
instead.
Construct a new tree list that is filled with trees
from source
that match filter
Since: 0.1.0
OsinfoTreeList * osinfo_treelist_new_intersection (OsinfoTreeList *sourceOne
,OsinfoTreeList *sourceTwo
);
osinfo_treelist_new_intersection
has been deprecated since version 0.2.2 and should not be used in newly-written code.
Use osinfo_list_new_intersection()
instead.
Construct a new tree list that is filled with only the
trees that are present in both sourceOne
and sourceTwo
.
Since: 0.1.0
OsinfoTreeList * osinfo_treelist_new_union (OsinfoTreeList *sourceOne
,OsinfoTreeList *sourceTwo
);
osinfo_treelist_new_union
has been deprecated since version 0.2.2 and should not be used in newly-written code.
Use osinfo_list_new_union()
instead.
Construct a new tree list that is filled with all the
trees that are present in either sourceOne
and sourceTwo
.
Since: 0.1.0