[Tomoe-cvs 1348] CVS update: tomoe/recognizer

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
2006年 11月 29日 (水) 09:22:48 JST


Index: tomoe/recognizer/tomoe-recognizer-simple.c
diff -u tomoe/recognizer/tomoe-recognizer-simple.c:1.11 tomoe/recognizer/tomoe-recognizer-simple.c:1.12
--- tomoe/recognizer/tomoe-recognizer-simple.c:1.11	Wed Nov 29 00:07:02 2006
+++ tomoe/recognizer/tomoe-recognizer-simple.c	Wed Nov 29 09:22:48 2006
@@ -17,10 +17,11 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-recognizer-simple.c,v 1.11 2006/11/28 15:07:02 kous Exp $
+ *  $Id: tomoe-recognizer-simple.c,v 1.12 2006/11/29 00:22:48 ikezoe Exp $
  */
 
 #include <stdlib.h>
+#include <gmodule.h>
 
 #include <tomoe-recognizer-impl.h>
 #include "tomoe-recognizer-simple-logic.h"
@@ -90,24 +91,24 @@
                                      &info, 0);
 }
 
-void
+G_MODULE_EXPORT void
 TOMOE_RECOGNIZER_IMPL_INIT (GTypeModule *type_module)
 {
     register_type (type_module);
 }
 
-void
+G_MODULE_EXPORT void
 TOMOE_RECOGNIZER_IMPL_EXIT (void)
 {
 }
 
-TomoeRecognizer *
+G_MODULE_EXPORT TomoeRecognizer *
 TOMOE_RECOGNIZER_IMPL_INSTANTIATE (void)
 {
     return g_object_new (TOMOE_TYPE_RECOGNIZER_SIMPLE, NULL);
 }
 
-GList *
+static GList *
 search (TomoeRecognizer *recognizer, TomoeDict *dict, TomoeWriting *input)
 {
     return _tomoe_recognizer_simple_get_candidates (recognizer, dict, input);


tomoe-cvs メーリングリストの案内
Back to archive index