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

Back to archive index

Takuro Ashie makei****@users*****
2006年 11月 25日 (土) 20:27:34 JST


Index: tomoe/lib/tomoe-dict.c
diff -u tomoe/lib/tomoe-dict.c:1.72 tomoe/lib/tomoe-dict.c:1.73
--- tomoe/lib/tomoe-dict.c:1.72	Sat Nov 25 20:19:26 2006
+++ tomoe/lib/tomoe-dict.c	Sat Nov 25 20:27:33 2006
@@ -21,7 +21,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-dict.c,v 1.72 2006/11/25 11:19:26 makeinu Exp $
+ *  $Id: tomoe-dict.c,v 1.73 2006/11/25 11:27:33 makeinu Exp $
  */
 
 #include <stdio.h>
@@ -529,6 +529,8 @@
                        gpointer             user_data,
                        GError             **error)
 {
+#warning FIXME: need error check
+
     ParseData *data = user_data;
 
     if (!strcmp ("tomoe_dictionary", element_name)) {
@@ -591,6 +593,8 @@
                      gpointer             user_data,
                      GError             **error)
 {
+#warning FIXME: need error check
+
     ParseData *data = user_data;
 
     if (!strcmp ("tomoe_dictionary", element_name)) {
@@ -655,6 +659,8 @@
               gpointer             user_data,
               GError             **error)
 {
+#warning FIXME: need error check
+
     ParseData *data = user_data;
 
     if (data->in_literal && data->chr) {
@@ -707,6 +713,7 @@
                      gpointer             user_data,
                      GError             **error)
 {
+#warning FIXME: need implement?
 }
 
 static void
@@ -714,6 +721,7 @@
                GError              *error,
                gpointer             user_data)
 {
+#warning FIXME: need error check
 }
 
 static GMarkupParser parser = {
@@ -755,6 +763,7 @@
         gboolean success;
 
         success = g_markup_parse_context_parse(context, buf, bytes, &error);
+#warning FIXME
         if (!success) {
             g_warning("XML parse error!: %s", error->message);
             g_error_free(error);


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