diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-10-08 17:02:47 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-10-08 17:02:47 +0200 |
| commit | 10c6b1f0978710cf5a9f309b6fdcaef922f9b07f (patch) | |
| tree | 00679d479d9554f91f5d3beb4f4e709705ba55df /src/xml-parser.h | |
| parent | 5fc53d25a171fbd85ee09c9fc771580350d689c8 (diff) | |
| download | cataract-10c6b1f0978710cf5a9f309b6fdcaef922f9b07f.tar.xz | |
Add basic Atom feed writer
Diffstat (limited to 'src/xml-parser.h')
| -rw-r--r-- | src/xml-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml-parser.h b/src/xml-parser.h index 53abf08..3d89616 100644 --- a/src/xml-parser.h +++ b/src/xml-parser.h @@ -55,6 +55,7 @@ gchar * xml_file_get_node_value (TXMLFile *file, const gchar *x_path); */ gchar * xml_file_get_node_attribute (TXMLFile *file, const gchar *x_path, const gchar *attr); long int xml_file_get_node_attribute_long (TXMLFile *file, const gchar *x_path, const gchar *attr, const int _default); +gboolean xml_file_get_node_attribute_boolean (TXMLFile *file, const gchar *x_path, const gchar *attr, const gboolean _default); /* * xml_file_get_node_present: existency test of the XPath node |
