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

Back to archive index

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


Index: tomoe/lib/tomoe-dict-impl.h
diff -u tomoe/lib/tomoe-dict-impl.h:1.3 tomoe/lib/tomoe-dict-impl.h:1.4
--- tomoe/lib/tomoe-dict-impl.h:1.3	Wed Nov 29 10:52:04 2006
+++ tomoe/lib/tomoe-dict-impl.h	Wed Nov 29 11:28:09 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-dict-impl.h,v 1.3 2006/11/29 01:52:04 ikezoe Exp $
+ *  $Id: tomoe-dict-impl.h,v 1.4 2006/11/29 02:28:09 ikezoe Exp $
  */
 
 /**
@@ -46,8 +46,7 @@
 
 void             TOMOE_DICT_IMPL_INIT        (GTypeModule  *module);
 void             TOMOE_DICT_IMPL_EXIT        (void);
-GObject         *TOMOE_DICT_IMPL_INSTANTIATE (const gchar  *first_property,
-                                              ...);
+GObject         *TOMOE_DICT_IMPL_INSTANTIATE (const gchar *first_property, va_list args);
 
 G_END_DECLS
 
Index: tomoe/lib/tomoe-recognizer-impl.h
diff -u tomoe/lib/tomoe-recognizer-impl.h:1.13 tomoe/lib/tomoe-recognizer-impl.h:1.14
--- tomoe/lib/tomoe-recognizer-impl.h:1.13	Wed Nov 29 11:08:38 2006
+++ tomoe/lib/tomoe-recognizer-impl.h	Wed Nov 29 11:28:09 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-recognizer-impl.h,v 1.13 2006/11/29 02:08:38 ikezoe Exp $
+ *  $Id: tomoe-recognizer-impl.h,v 1.14 2006/11/29 02:28:09 ikezoe Exp $
  */
 
 /**
@@ -45,7 +45,7 @@
 
 void             TOMOE_RECOGNIZER_IMPL_INIT        (GTypeModule  *module);
 void             TOMOE_RECOGNIZER_IMPL_EXIT        (void);
-GObject         *TOMOE_RECOGNIZER_IMPL_INSTANTIATE (const gchar *first_property,...);
+GObject         *TOMOE_RECOGNIZER_IMPL_INSTANTIATE (const gchar *first_property, va_list args);
 
 G_END_DECLS
 


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