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

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
2006年 11月 29日 (水) 11:04:58 JST


Index: tomoe/dict/tomoe-dict-xml.c
diff -u tomoe/dict/tomoe-dict-xml.c:1.5 tomoe/dict/tomoe-dict-xml.c:1.6
--- tomoe/dict/tomoe-dict-xml.c:1.5	Wed Nov 29 10:52:04 2006
+++ tomoe/dict/tomoe-dict-xml.c	Wed Nov 29 11:04:58 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.5 2006/11/29 01:52:04 ikezoe Exp $
+ *  $Id: tomoe-dict-xml.c,v 1.6 2006/11/29 02:04:58 ikezoe Exp $
  */
 
 #include <stdio.h>
@@ -187,7 +187,7 @@
 {
 }
 
-G_MODULE_EXPORT TomoeDict *
+G_MODULE_EXPORT GObject *
 TOMOE_DICT_IMPL_INSTANTIATE (const gchar *first_property,...)
 {
     GObject *object;
@@ -198,7 +198,7 @@
                                   first_property, var_args);
     va_end (var_args);
 
-    return TOMOE_DICT (object);
+    return object;
 }
 
 static GObject *


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