| 
    CoverArt Browser
    v2.0
    
   Browse your cover-art albums in Rhythmbox 
   | 
  
  
  
 
Classes | |
| class | _impl | 
Public Member Functions | |
| def | __init__ | 
| def | __getattr__ | 
| def | __setattr__ | 
This class manages the theme details
Definition at line 415 of file coverart_utils.py.
| def coverart_utils.Theme.__init__ | ( | self, | |
| plugin | |||
| ) | 
Create singleton instance
Definition at line 474 of file coverart_utils.py.
| def coverart_utils.Theme.__getattr__ | ( | self, | |
| attr | |||
| ) | 
Delegate access to implementation
Definition at line 484 of file coverart_utils.py.
| def coverart_utils.Theme.__setattr__ | ( | self, | |
| attr, | |||
| value | |||
| ) | 
Delegate access to implementation
Definition at line 488 of file coverart_utils.py.