CoverArt Browser  v2.0
Browse your cover-art albums in Rhythmbox
coverart_browser.CoverArtBrowserPlugin Class Reference

List of all members.

Public Member Functions

def __init__
def do_activate
def do_deactivate
def load_complete

Public Attributes

 shell
 db
 entry_type
 source

Static Public Attributes

tuple object = GObject.property(type=GObject.Object)

Detailed Description

Main class of the plugin. Manages the activation and deactivation of the
plugin.

Definition at line 49 of file coverart_browser.py.


Constructor & Destructor Documentation

Initialises the plugin object.

Definition at line 57 of file coverart_browser.py.


Member Function Documentation

Called by Rhythmbox when the plugin is activated. It creates the
plugin's source and connects signals to manage the plugin's
preferences.

Definition at line 63 of file coverart_browser.py.

Called by Rhythmbox when the plugin is deactivated. It makes sure to
free all the resources used by the plugin.

Definition at line 108 of file coverart_browser.py.

def coverart_browser.CoverArtBrowserPlugin.load_complete (   self,
  args,
  kwargs 
)
Called by Rhythmbox when it has completed loading all data
Used to automatically switch to the browser if the user
has set in the preferences

Definition at line 123 of file coverart_browser.py.


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