SimpleContainer
        
        Object Hierarchy:
         
      
        Description:
        public class SimpleContainer : 
MediaContainer, 
SearchableContainer
         
        
          A simple implementation of RygelMediaContainer that keeps all RygelMediaObjects in memory. You should add children via 
            rygel_simple_container_add_child_item().
         
        
        
        Content:
        Properties:
        
        Creation methods:
        
        Methods:
        
          - public void add_child_container (MediaContainer child)
            
            Adds a child container to this container.
             
- public void add_child_item (MediaItem child)
            
            Adds an item to the container.
             
- public void clear ()
            
            Removes all child items and child containers from the container.
              
             
- public override void constructed ()
            
            
             
- public override async MediaObject? find_object (string id, Cancellable? cancellable) throws Error
            
            
             
- protected MediaObjects get_all_children ()
            
            Get all children, including the empty children.
             
- public override async MediaObjects? get_children (uint offset, uint max_count, string sort_criteria, Cancellable? cancellable) throws Error
            
            
             
- protected bool is_child_id_unique (string child_id)
            
            Check that the ID is unique within this container.
             
- public void remove_child (MediaObject child)
            
            Removes the item from the container.
             
- public async MediaObjects? search (SearchExpression? expression, uint offset, uint max_count, string sort_criteria, Cancellable? cancellable, out uint total_matches) throws Error
            
            
             
Fields:
        
        Inherited Members:
        
          All known members inherited from class Rygel.MediaContainer
          
         
        
          All known members inherited from class Rygel.MediaObject
          
         
        
          All known members inherited from class GLib.Object
          
            
              
                - @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
 
            
              
                - get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
 
            
              
                - replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
 
           
         
        
          All known members inherited from interface Rygel.SearchableContainer