summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Frécinaux <code@istique.net>2010-07-28 00:07:52 +0200
committerSteve Frécinaux <code@istique.net>2010-07-28 00:07:52 +0200
commit328803d75766a1ca31e498d819120f8c452bb751 (patch)
treeca985929211d235d35deaf2020d3a77900422ed9 /docs
parent4dfbfe974993e697dc282ad98bdb2c9d3ba59c1a (diff)
downloadlibpeas-328803d75766a1ca31e498d819120f8c452bb751.tar.gz
Empty gtk-doc's libpeas-unused.txt
This makes libpeas-unused.txt useful again by either blacklisting the private source headers or by marking some symbols private in libpeas-sections.txt (in the PeasObjectModule case)
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>