We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: XmlReader for GObject
Clone URL: git://github.com/ebassi/xmlreader.git
Add missing error quark function

In order to be able to link the library, let alone use the error quark,
we actually need the function that we declared returns it.
Emmanuele Bassi (author)
Fri Mar 14 12:43:27 -0700 2008
commit  a58b0c91578d5a5a4b8479f1a741034a020bcd3d
tree    b8cf633fdcf1c8bc43a704fc6ee110de0af0da53
parent  f3a906f88ee8b2e6feb28f2892ae7013d7204913
...
452
453
454
 
 
 
 
 
 
...
452
453
454
455
456
457
458
459
460
0
@@ -452,3 +452,9 @@ xml_reader_get_attribute_value (XmlReader *reader)
0
   G_UNIMPLEMENTED;
0
   return NULL;
0
 }
0
+
0
+GQuark
0
+xml_reader_error_quark (void)
0
+{
0
+ return g_quark_from_static_string ("xml-reader-error-quark");
0
+}

Comments

    No one has commented yet.