|
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 different settings that the plugin has to access to read or write.
Definition at line 110 of file coverart_browser_prefs.py.
| def coverart_browser_prefs.GSetting.__init__ | ( | self | ) |
Create singleton instance
Definition at line 206 of file coverart_browser_prefs.py.
| def coverart_browser_prefs.GSetting.__getattr__ | ( | self, | |
| attr | |||
| ) |
Delegate access to implementation
Definition at line 216 of file coverart_browser_prefs.py.
| def coverart_browser_prefs.GSetting.__setattr__ | ( | self, | |
| attr, | |||
| value | |||
| ) |
Delegate access to implementation
Definition at line 220 of file coverart_browser_prefs.py.