BackendStore
        
        Object Hierarchy:
        
      
        Description:
        public class BackendStore : Object
        
        
        Namespace: Folks
        Package: folks
        Content:
        Properties:
        
        Static methods:
        
        Methods:
        
          - public async void prepare ()
            
            
Prepare the BackendStore for use.
            
 
          - public async void load_backends () throws 
Error
            
            Find, load, and prepare all backends which are not disabled.
            
 
          - public void add_backend (Backend backend)
            
            
Add a new Backend
                 to the BackendStore.
              
          - public Backend? dup_backend_by_name (
string name)
            
            Get a backend from the store by name. If a backend is returned, its 
                reference count is increased.
            
 
          - public 
Collection<Backend> list_backends ()
            
            List the currently loaded backends.
            
 
          - public async void enable_backend (
string name)
            
            Enable a backend.
            
 
          - public async void disable_backend (
string name)
            
            Disable a backend.
            
 
        
        Signals:
        
        Fields: