mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 01:33:15 +02:00
...
This commit is contained in:
parent
3634a76107
commit
6dcd09d54c
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ The base class for such devices is :class:`calibre.devices.usbms.driver.USBMS`.
|
|||
User Interface Actions
|
||||
--------------------------
|
||||
|
||||
If you are adding your own plugin in a zip file, you should subclass both InterfaceActionBase and InterfaceAction. The :meth:`load_actual_plugin` method of you InterfaceActionBase subclass must return an instantiated object of your InterfaceBase subclass.
|
||||
If you are adding your own plugin in a zip file, you should subclass both InterfaceActionBase and InterfaceAction. The :meth:`load_actual_plugin` method of your InterfaceActionBase subclass must return an instantiated object of your InterfaceBase subclass.
|
||||
|
||||
|
||||
.. autoclass:: calibre.gui2.actions.InterfaceAction
|
||||
|
|
|
|||
Loading…
Reference in a new issue