CoverArt Browser  v2.0
Browse your cover-art albums in Rhythmbox
coverart_browser_prefs.GSetting.__impl Class Reference

List of all members.

Public Member Functions

def __init__
def get_setting
def get_value
def set_value

Public Attributes

 Path
 RBSourceKey
 PluginKey
 setting

Detailed Description

Implementation of the singleton interface 

Definition at line 118 of file coverart_browser_prefs.py.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Functions