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

アーカイブの一覧に戻る

Hiroyuki Ikezoe ikezo****@users*****
2006年 11月 28日 (火) 14:18:29 JST


Index: tomoe/lib/tomoe-char.h
diff -u tomoe/lib/tomoe-char.h:1.49 tomoe/lib/tomoe-char.h:1.50
--- tomoe/lib/tomoe-char.h:1.49	Tue Nov 28 12:19:00 2006
+++ tomoe/lib/tomoe-char.h	Tue Nov 28 14:18:29 2006
@@ -18,7 +18,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-char.h,v 1.49 2006/11/28 03:19:00 kous Exp $
+ *  $Id: tomoe-char.h,v 1.50 2006/11/28 05:18:29 ikezoe Exp $
  */
 
 /** @file tomoe-char.h
@@ -63,7 +63,7 @@
  */
 TomoeChar      *tomoe_char_new                  (void);
 
-const char     *tomoe_char_get_utf8             (TomoeChar     *chr);
+const gchar    *tomoe_char_get_utf8             (TomoeChar     *chr);
 void            tomoe_char_set_utf8             (TomoeChar     *chr,
                                                  const char    *utf8);
 gint            tomoe_char_get_n_strokes        (TomoeChar     *chr);
@@ -81,7 +81,7 @@
 TomoeChar      *tomoe_char_get_variant          (TomoeChar     *chr);
 void            tomoe_char_set_variant          (TomoeChar     *chr,
                                                  TomoeChar     *variant);
-const char     *tomoe_char_get_meta_data        (TomoeChar     *chr,
+const gchar    *tomoe_char_get_meta_data        (TomoeChar     *chr,
                                                  const gchar   *key);
 void            tomoe_char_register_meta_data   (TomoeChar     *chr,
                                                  const gchar   *key,
Index: tomoe/lib/tomoe-dict.h
diff -u tomoe/lib/tomoe-dict.h:1.48 tomoe/lib/tomoe-dict.h:1.49
--- tomoe/lib/tomoe-dict.h:1.48	Tue Nov 28 13:10:01 2006
+++ tomoe/lib/tomoe-dict.h	Tue Nov 28 14:18:29 2006
@@ -21,7 +21,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-dict.h,v 1.48 2006/11/28 04:10:01 kous Exp $
+ *  $Id: tomoe-dict.h,v 1.49 2006/11/28 05:18:29 ikezoe Exp $
  */
 
 /**
@@ -77,14 +77,14 @@
  *         wasn't load from a file, or newly allocated in a program and it
  *         doesn't saved yet.
  */
-const char     *tomoe_dict_get_filename         (TomoeDict     *dict);
+const gchar    *tomoe_dict_get_filename         (TomoeDict     *dict);
 
 /**
  * @brief Get the dictionary name.
  * @param dict - Pointer to the TomoeDict object.
  * @return Name of the dictionary.
  */
-const char     *tomoe_dict_get_name             (TomoeDict     *dict);
+const gchar    *tomoe_dict_get_name             (TomoeDict     *dict);
 
 /**
  * @brief Get editable property.


tomoe-cvs メーリングリストの案内
アーカイブの一覧に戻る