[Tomoe-cvs 1354] CVS update: tomoe/lib

Back to archive index

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


Index: tomoe/lib/tomoe-dict.c
diff -u tomoe/lib/tomoe-dict.c:1.124 tomoe/lib/tomoe-dict.c:1.125
--- tomoe/lib/tomoe-dict.c:1.124	Wed Nov 29 00:07:02 2006
+++ tomoe/lib/tomoe-dict.c	Wed Nov 29 09:32:35 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-dict.c,v 1.124 2006/11/28 15:07:02 kous Exp $
+ *  $Id: tomoe-dict.c,v 1.125 2006/11/29 00:32:35 ikezoe Exp $
  */
 
 #include "tomoe-dict.h"
@@ -27,6 +27,11 @@
 static void
 tomoe_dict_class_init (TomoeDictClass *klass)
 {
+    klass->get_name        = NULL;
+    klass->register_char   = NULL;
+    klass->unregister_char = NULL;
+    klass->get_char        = NULL;
+    klass->search          = NULL;
 }
 
 static void


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