patches/abiword-02-ut-xml-define.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2331 bb50963a5336
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
594
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     1
Index: abiword-trunk/src/af/util/xp/ut_xml.h
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     2
===================================================================
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     3
--- abiword-trunk/src/af/util/xp/ut_xml.h	(revision 22159)
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     4
+++ abiword-trunk/src/af/util/xp/ut_xml.h	(working copy)
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     5
@@ -186,10 +186,10 @@
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     6
    * 
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     7
    * or vice versa... ?
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     8
    */
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     9
-  void startElement (const gchar * name, const gchar ** atts);
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    10
+  void startElement (const char * name, const char ** atts);
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    11
   void endElement (const gchar * name);
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    12
   void charData (const gchar * buffer, int length);
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    13
-  void processingInstruction (const gchar * target, const gchar * data);
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    14
+  void processingInstruction (const char * target, const char * data);
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    15
   void comment (const gchar * data);
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    16
   void cdataSection (bool start);
f0eb4ce532cc 2007-10-22 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    17
   void defaultData (const gchar * buffer, int length);