diff options
author | monsta <[email protected]> | 2016-11-30 22:18:34 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-30 22:44:13 +0300 |
commit | 9fd5c1b774b07c3aed9bfc9b337e15365ff968ec (patch) | |
tree | a083729fca54e3c314eed1e24ec32288f9437909 /doc/reference/eom-sections.txt | |
parent | 8e447af3d0e5fc7d3912620031b97fa78ee4beb4 (diff) | |
download | eom-9fd5c1b774b07c3aed9bfc9b337e15365ff968ec.tar.bz2 eom-9fd5c1b774b07c3aed9bfc9b337e15365ff968ec.tar.xz |
docs: corrections for new plugin engine
Diffstat (limited to 'doc/reference/eom-sections.txt')
-rw-r--r-- | doc/reference/eom-sections.txt | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/doc/reference/eom-sections.txt b/doc/reference/eom-sections.txt index 47870da..766318c 100644 --- a/doc/reference/eom-sections.txt +++ b/doc/reference/eom-sections.txt @@ -637,23 +637,16 @@ zoom_fit_scale <SECTION> <FILE>eom-plugin-engine</FILE> -EomPluginInfo -eom_plugin_engine_init -eom_plugin_engine_shutdown -eom_plugin_engine_get_plugins_list -eom_plugin_engine_activate_plugin -eom_plugin_engine_deactivate_plugin -eom_plugin_engine_plugin_is_active -eom_plugin_engine_plugin_is_available -eom_plugin_engine_plugin_is_configurable -eom_plugin_engine_configure_plugin -eom_plugin_engine_update_plugins_ui -eom_plugin_engine_get_plugin_name -eom_plugin_engine_get_plugin_description -eom_plugin_engine_get_plugin_icon_name -eom_plugin_engine_get_plugin_authors -eom_plugin_engine_get_plugin_website -eom_plugin_engine_get_plugin_copyright +EomPluginEngine +eom_plugin_engine_new +<SUBSECTION Standard> +EOM_PLUGIN_ENGINE +EOM_IS_PLUGIN_ENGINE +EOM_TYPE_PLUGIN_ENGINE +eom_plugin_engine_get_type +EOM_IS_PLUGIN_ENGINE_CLASS +EOM_PLUGIN_ENGINE_CLASS +EOM_PLUGIN_ENGINE_GET_CLASS </SECTION> <SECTION> |