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

Back to archive index

Kouhei Sutou kous****@users*****
2006年 11月 22日 (水) 15:04:22 JST


Index: tomoe/lib/tomoe-candidate.h
diff -u tomoe/lib/tomoe-candidate.h:1.3 tomoe/lib/tomoe-candidate.h:1.4
--- tomoe/lib/tomoe-candidate.h:1.3	Tue Nov 21 17:20:55 2006
+++ tomoe/lib/tomoe-candidate.h	Wed Nov 22 15:04:22 2006
@@ -18,7 +18,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-candidate.h,v 1.3 2006/11/21 08:20:55 kous Exp $
+ *  $Id: tomoe-candidate.h,v 1.4 2006/11/22 06:04:22 kous Exp $
  */
 
 /** @file tomoe-candidate.h
@@ -29,7 +29,7 @@
 #define __TOMOE_CANDIDATE_H__
 
 #include <glib-object.h>
-#include <tomoe-char.h>
+#include "tomoe-char.h"
 
 G_BEGIN_DECLS
 
Index: tomoe/lib/tomoe-context.h
diff -u tomoe/lib/tomoe-context.h:1.21 tomoe/lib/tomoe-context.h:1.22
--- tomoe/lib/tomoe-context.h:1.21	Tue Nov 21 15:56:42 2006
+++ tomoe/lib/tomoe-context.h	Wed Nov 22 15:04:22 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-context.h,v 1.21 2006/11/21 06:56:42 kous Exp $
+ *  $Id: tomoe-context.h,v 1.22 2006/11/22 06:04:22 kous Exp $
  */
 
 /**
@@ -32,8 +32,8 @@
 
 G_BEGIN_DECLS
 
-#include <tomoe-candidate.h>
-#include <tomoe-dict.h>
+#include "tomoe-candidate.h"
+#include "tomoe-dict.h"
 
 #define TOMOE_TYPE_CONTEXT            (tomoe_context_get_type ())
 #define TOMOE_CONTEXT(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), TOMOE_TYPE_CONTEXT, TomoeContext))
Index: tomoe/lib/tomoe-dict.h
diff -u tomoe/lib/tomoe-dict.h:1.41 tomoe/lib/tomoe-dict.h:1.42
--- tomoe/lib/tomoe-dict.h:1.41	Tue Nov 21 18:17:34 2006
+++ tomoe/lib/tomoe-dict.h	Wed Nov 22 15:04:22 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.41 2006/11/21 09:17:34 kous Exp $
+ *  $Id: tomoe-dict.h,v 1.42 2006/11/22 06:04:22 kous Exp $
  */
 
 /**
@@ -36,7 +36,7 @@
 
 G_BEGIN_DECLS
 
-#include <tomoe-char.h>
+#include "tomoe-char.h"
 
 #define TOMOE_TYPE_DICT            (tomoe_dict_get_type ())
 #define TOMOE_DICT(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), TOMOE_TYPE_DICT, TomoeDict))
Index: tomoe/lib/tomoe-recognizer-impl.h
diff -u tomoe/lib/tomoe-recognizer-impl.h:1.7 tomoe/lib/tomoe-recognizer-impl.h:1.8
--- tomoe/lib/tomoe-recognizer-impl.h:1.7	Wed Nov 22 14:59:05 2006
+++ tomoe/lib/tomoe-recognizer-impl.h	Wed Nov 22 15:04:22 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.7 2006/11/22 05:59:05 makeinu Exp $
+ *  $Id: tomoe-recognizer-impl.h,v 1.8 2006/11/22 06:04:22 kous Exp $
  */
 
 /**
@@ -32,8 +32,8 @@
 
 G_BEGIN_DECLS
 
-#include <tomoe-dict.h>
-#include <tomoe-writing.h>
+#include "tomoe-dict.h"
+#include "tomoe-writing.h"
 
 typedef void       *(*TomoeRecognizerNewFunc)    (void);
 typedef void        (*TomoeRecognizerFreeFunc)   (void *recognizer);
Index: tomoe/lib/tomoe-recognizer.h
diff -u tomoe/lib/tomoe-recognizer.h:1.10 tomoe/lib/tomoe-recognizer.h:1.11
--- tomoe/lib/tomoe-recognizer.h:1.10	Wed Nov 22 14:59:05 2006
+++ tomoe/lib/tomoe-recognizer.h	Wed Nov 22 15:04:22 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-recognizer.h,v 1.10 2006/11/22 05:59:05 makeinu Exp $
+ *  $Id: tomoe-recognizer.h,v 1.11 2006/11/22 06:04:22 kous Exp $
  */
 
 /**
@@ -32,8 +32,8 @@
 
 G_BEGIN_DECLS
 
-#include <tomoe-dict.h>
-#include <tomoe-writing.h>
+#include "tomoe-dict.h"
+#include "tomoe-writing.h"
 
 #define TOMOE_TYPE_RECOGNIZER            (tomoe_recognizer_get_type ())
 #define TOMOE_RECOGNIZER(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), TOMOE_TYPE_RECOGNIZER, TomoeRecognizer))
Index: tomoe/lib/tomoe-shelf.h
diff -u tomoe/lib/tomoe-shelf.h:1.5 tomoe/lib/tomoe-shelf.h:1.6
--- tomoe/lib/tomoe-shelf.h:1.5	Tue Nov 21 13:03:11 2006
+++ tomoe/lib/tomoe-shelf.h	Wed Nov 22 15:04:22 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-shelf.h,v 1.5 2006/11/21 04:03:11 kous Exp $
+ *  $Id: tomoe-shelf.h,v 1.6 2006/11/22 06:04:22 kous Exp $
  */
 
 /**
@@ -32,7 +32,7 @@
 
 G_BEGIN_DECLS
 
-#include <tomoe-dict.h>
+#include "tomoe-dict.h"
 
 #define TOMOE_TYPE_SHELF            (tomoe_shelf_get_type ())
 #define TOMOE_SHELF(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), TOMOE_TYPE_SHELF, TomoeShelf))


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