summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am13
-rw-r--r--docs/reference/libpeas-sections.txt8
2 files changed, 17 insertions, 4 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index ea1ea47..0cea60d 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -46,21 +46,26 @@ CFILE_GLOB = \
# Header files to ignore when scanning (These are internal to libpeas).
IGNORE_HFILES= \
config.h \
- peas-plugin-info-priv.h \
- peas-plugin-loader.h \
+ peas-debug.h \
peas-dirs.h \
peas-i18n.h \
peas-marshal.h \
+ peas-plugin-info-priv.h \
+ peas-plugin-loader.h \
peas-plugin-loader-c.h \
peas-plugin-loader-python.h \
peas-plugin-loader-seed.h \
peas-seed-plugin.h \
- peasdemo-hello-world-plugin.h \
peas-demo-window.h \
peas-extension-c.h \
peas-extension-seed.h \
peas-extension-python.h \
- peas-introspection.h
+ peas-introspection.h \
+ peas-ui-plugin-manager-store.h \
+ peas-demo-window.h \
+ peasdemo-hello-world-plugin.h \
+ peasdemo-hello-world-configurable.h \
+ second-time.h
# Images to copy into HTML directory.
HTML_IMAGES = \
diff --git a/docs/reference/libpeas-sections.txt b/docs/reference/libpeas-sections.txt
index e136c3b..98a9138 100644
--- a/docs/reference/libpeas-sections.txt
+++ b/docs/reference/libpeas-sections.txt
@@ -143,6 +143,14 @@ peas_object_module_get_type
PEAS_OBJECT_MODULE_CLASS
PEAS_IS_OBJECT_MODULE_CLASS
PEAS_OBJECT_MODULE_GET_CLASS
+<SUBSECTION Private>
+PeasObjectModulePrivate
+peas_object_module_new
+peas_object_module_create_object
+peas_object_module_get_library
+peas_object_module_get_module_name
+peas_object_module_get_path
+peas_object_module_provides_object
</SECTION>
<SECTION>