[libpeas] Empty gtk-doc's libpeas-unused.txt



commit 328803d75766a1ca31e498d819120f8c452bb751
Author: Steve Frécinaux <code istique net>
Date:   Wed Jul 28 00:07:52 2010 +0200

    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)

 docs/reference/Makefile.am          |   13 +++++++++----
 docs/reference/libpeas-sections.txt |    8 ++++++++
 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]