[goffice] add missing declaration



commit b906d769bffdbad70445e3e488620097ce4264b9
Author: Jean Brefort <jean brefort normalesup org>
Date:   Sat Oct 10 16:50:20 2009 +0200

    add missing declaration

 docs/reference/goffice-0.8-sections.txt |   10 ++++++----
 goffice/app/go-plugin.h                 |    1 +
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/docs/reference/goffice-0.8-sections.txt b/docs/reference/goffice-0.8-sections.txt
index 842c76b..549a4e8 100644
--- a/docs/reference/goffice-0.8-sections.txt
+++ b/docs/reference/goffice-0.8-sections.txt
@@ -2300,17 +2300,14 @@ go_io_context_get_type
 
 <SECTION>
 <FILE>go-plugin</FILE>
-GO_TYPE_PLUGIN
-GO_PLUGIN
-GO_IS_PLUGIN
 GOPlugin
 go_plugin_init
 go_plugin_shutdown
-go_plugin_get_type
 go_plugin_activate
 go_plugin_deactivate
 go_plugin_is_active
 go_plugin_can_deactivate
+go_plugin_get_loader
 go_plugin_load_service
 go_plugin_unload_service
 go_plugin_is_loaded
@@ -2338,6 +2335,11 @@ go_plugin_db_mark_plugin_for_deactivation
 go_plugin_db_is_plugin_marked_for_deactivation
 go_plugin_db_activate_plugin_list
 go_plugin_db_deactivate_plugin_list
+<SUBSECTION Standard>
+GO_TYPE_PLUGIN
+GO_PLUGIN
+GO_IS_PLUGIN
+go_plugin_get_type
 </SECTION>
 
 <SECTION>
diff --git a/goffice/app/go-plugin.h b/goffice/app/go-plugin.h
index 7eb1b3d..338f8f1 100644
--- a/goffice/app/go-plugin.h
+++ b/goffice/app/go-plugin.h
@@ -37,6 +37,7 @@ char const  *go_plugin_get_description	(GOPlugin *plugin);
 char const  *go_plugin_get_textdomain	(GOPlugin *plugin);
 GSList      *go_plugin_get_services	(GOPlugin *plugin);
 GSList      *go_plugin_get_dependencies_ids (GOPlugin *plugin);
+GOPluginLoader *go_plugin_get_loader (GOPlugin *plugin);
 
 /*
  *



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