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