diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 4 | ||||
-rw-r--r-- | doc/reference/eom-sections.txt | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index ec25e60..9e560d2 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -48,14 +48,12 @@ CFILE_GLOB=$(top_srcdir)/src/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h IGNORE_HFILES= \ - eom-python-plugin.h \ eom-image-private.h \ eom-image-jpeg.h \ eom-marshal.h \ eom-application-service.h \ eom-enum-types.h \ - eom-module.h \ - eom-python-module.h + eom-module.h if !HAVE_EXIF if !HAVE_EXEMPI diff --git a/doc/reference/eom-sections.txt b/doc/reference/eom-sections.txt index c6cc9a3..b1cc0c3 100644 --- a/doc/reference/eom-sections.txt +++ b/doc/reference/eom-sections.txt @@ -680,7 +680,6 @@ zoom_fit_scale EomPluginInfo eom_plugin_engine_init eom_plugin_engine_shutdown -eom_plugin_engine_garbage_collect eom_plugin_engine_get_plugins_list eom_plugin_engine_activate_plugin eom_plugin_engine_deactivate_plugin |