[Tomoe-cvs 1350] CVS update: tomoe/dict

Back to archive index

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


Index: tomoe/dict/tomoe-dict-xml.c
diff -u tomoe/dict/tomoe-dict-xml.c:1.2 tomoe/dict/tomoe-dict-xml.c:1.3
--- tomoe/dict/tomoe-dict-xml.c:1.2	Wed Nov 29 00:07:01 2006
+++ tomoe/dict/tomoe-dict-xml.c	Wed Nov 29 09:27:37 2006
@@ -21,7 +21,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-dict-xml.c,v 1.2 2006/11/28 15:07:01 kous Exp $
+ *  $Id: tomoe-dict-xml.c,v 1.3 2006/11/29 00:27:37 ikezoe Exp $
  */
 
 #include <stdio.h>
@@ -187,7 +187,7 @@
     G_OBJECT_CLASS (parent_class)->dispose (object);
 }
 
-const gchar*
+static const gchar*
 get_name (TomoeDict *_dict)
 {
     TomoeDictXML *dict = TOMOE_DICT_XML (_dict);
@@ -195,7 +195,7 @@
     return dict->name;
 }
 
-gboolean
+static gboolean
 register_char (TomoeDict *_dict, TomoeChar *add)
 {
     TomoeDictXML *dict = TOMOE_DICT_XML (_dict);
@@ -209,7 +209,7 @@
     return TRUE;
 }
 
-gboolean
+static gboolean
 unregister_char (TomoeDict *_dict, const gchar *utf8)
 {
     TomoeDictXML *dict = TOMOE_DICT_XML (_dict);
@@ -240,7 +240,7 @@
     }
 }
 
-TomoeChar *
+static TomoeChar *
 get_char (TomoeDict *_dict, const gchar *utf8)
 {
     TomoeDictXML *dict = TOMOE_DICT_XML (_dict);
@@ -331,7 +331,7 @@
                                        tomoe_candidate_new (chr));
 }
 
-GList *
+static GList *
 search (TomoeDict *_dict, TomoeQuery *query)
 {
     TomoeDictXML *dict = TOMOE_DICT_XML (_dict);


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