|
CoverArt Browser
v2.0
Browse your cover-art albums in Rhythmbox
|
Classes | |
| class | __impl |
Public Member Functions | |
| def | __init__ |
| def | __getattr__ |
| def | __setattr__ |
Unique class that mirrors RB.Application & RB.Shell menu functionality
Definition at line 552 of file coverart_rb3compat.py.
| def coverart_rb3compat.ApplicationShell.__init__ | ( | self, | |
| shell | |||
| ) |
Create singleton instance
Definition at line 719 of file coverart_rb3compat.py.
| def coverart_rb3compat.ApplicationShell.__getattr__ | ( | self, | |
| attr | |||
| ) |
Delegate access to implementation
Definition at line 729 of file coverart_rb3compat.py.
| def coverart_rb3compat.ApplicationShell.__setattr__ | ( | self, | |
| attr, | |||
| value | |||
| ) |
Delegate access to implementation
Definition at line 733 of file coverart_rb3compat.py.