| 
    CoverArt Browser
    v2.0
    
   Browse your cover-art albums in Rhythmbox 
   | 
  
  
  
 
Public Member Functions | |
| def | __init__ | 
| def | get_setting | 
| def | get_value | 
| def | set_value | 
Public Attributes | |
| Path | |
| RBSourceKey | |
| PluginKey | |
| setting | |
Implementation of the singleton interface
Definition at line 118 of file coverart_browser_prefs.py.
| def coverart_browser_prefs.GSetting.__impl.__init__ | ( | self | ) | 
Initializes the singleton interface, assigning all the constants used to access the plugin's settings.
Definition at line 121 of file coverart_browser_prefs.py.
| def coverart_browser_prefs.GSetting.__impl.get_setting | ( | self, | |
| path | |||
| ) | 
Return an instance of Gio.Settings pointing at the selected path.
Definition at line 176 of file coverart_browser_prefs.py.
| def coverart_browser_prefs.GSetting.__impl.get_value | ( | self, | |
| path, | |||
| key | |||
| ) | 
Return the value saved on key from the settings path.
Definition at line 188 of file coverart_browser_prefs.py.
| def coverart_browser_prefs.GSetting.__impl.set_value | ( | self, | |
| path, | |||
| key, | |||
| value | |||
| ) | 
Set the passed value to key in the settings path.
Definition at line 194 of file coverart_browser_prefs.py.