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