[goffice] Compilation: resurrect go_plugin_services_shutdown



commit 9c33e9f8d4c48d9515d9bba4e5b968bbbc4d4650
Author: Morten Welinder <terra gnome org>
Date:   Sun Aug 23 20:50:46 2009 -0400

    Compilation: resurrect go_plugin_services_shutdown

 docs/reference/tmpl/gog-object.sgml |   22 +++++++++++-----------
 goffice/app/go-plugin-service.c     |    2 +-
 goffice/app/go-plugin-service.h     |    2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/docs/reference/tmpl/gog-object.sgml b/docs/reference/tmpl/gog-object.sgml
index dc3cd3e..69a0b86 100644
--- a/docs/reference/tmpl/gog-object.sgml
+++ b/docs/reference/tmpl/gog-object.sgml
@@ -54,53 +54,53 @@ Base class for all objects of graph model
 
 </para>
 
-@: 
-@: 
+ gogobject: the object which received the signal.
+ arg1: 
 
 <!-- ##### SIGNAL GogObject::child-added ##### -->
 <para>
 
 </para>
 
-@: 
-@: 
+ gogobject: the object which received the signal.
+ arg1: 
 
 <!-- ##### SIGNAL GogObject::child-name-changed ##### -->
 <para>
 
 </para>
 
-@: 
-@: 
+ gogobject: the object which received the signal.
+ arg1: 
 
 <!-- ##### SIGNAL GogObject::child-removed ##### -->
 <para>
 
 </para>
 
-@: 
-@: 
+ gogobject: the object which received the signal.
+ arg1: 
 
 <!-- ##### SIGNAL GogObject::children-reordered ##### -->
 <para>
 
 </para>
 
-@: 
+ gogobject: the object which received the signal.
 
 <!-- ##### SIGNAL GogObject::name-changed ##### -->
 <para>
 
 </para>
 
-@: 
+ gogobject: the object which received the signal.
 
 <!-- ##### SIGNAL GogObject::update-editor ##### -->
 <para>
 
 </para>
 
-@: 
+ gogobject: the object which received the signal.
 
 <!-- ##### ARG GogObject:alignment ##### -->
 <para>
diff --git a/goffice/app/go-plugin-service.c b/goffice/app/go-plugin-service.c
index 266e936..4aa6e4d 100644
--- a/goffice/app/go-plugin-service.c
+++ b/goffice/app/go-plugin-service.c
@@ -1146,7 +1146,7 @@ _go_plugin_services_init (void)
 }
 
 void
-_go_plugin_services_shutdown (void)
+go_plugin_services_shutdown (void)
 {
 	g_return_if_fail (services != NULL);
 	g_hash_table_destroy (services);
diff --git a/goffice/app/go-plugin-service.h b/goffice/app/go-plugin-service.h
index 34526f7..1a2e4dd 100644
--- a/goffice/app/go-plugin-service.h
+++ b/goffice/app/go-plugin-service.h
@@ -103,7 +103,7 @@ void		go_plugin_service_unload (GOPluginService *service, GOErrorInfo **ret_erro
 
 typedef GType (*GOPluginServiceCreate) (void);
 void _go_plugin_services_init     (void);
-void _go_plugin_services_shutdown (void);
+void go_plugin_services_shutdown (void);
 void go_plugin_service_define    (char const *type_str,
 				  GOPluginServiceCreate ctor);
 



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