Mainloop¶
-
class
openpaperwork_core.mainloop_asyncio.
Plugin
[source]¶ A main loop. Not as good as GLib main loop, but good enough for shell commands.
-
get_interfaces
()[source]¶ Indicates the list of interfaces implemented by this plugin. Interface names are arbitrarily defined. Methods provided by each interface are arbitrarily defined (and no checks are done).
Returns a list of string.
-