diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-12-12 18:40:42 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-12-12 18:40:42 +0100 |
| commit | bb58d822fb517f4a7a242994bbda3693255b2c74 (patch) | |
| tree | a12afac60808c810e32774b242eda2a6a58d6de3 /src/xml-parser.h | |
| parent | 9d995d59d4868a0ed02dc37892d5f670bd4eb86b (diff) | |
| download | cataract-bb58d822fb517f4a7a242994bbda3693255b2c74.tar.xz | |
setup: Code cleanup
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 77900e6..f6f6c7c 100644 --- a/src/xml-parser.h +++ b/src/xml-parser.h @@ -53,6 +53,7 @@ gchar * xml_file_get_node_name (TXMLFile *file, const gchar *x_path); * - otherwise please use [0], [1] etc. quantificators */ gchar * xml_file_get_node_value (TXMLFile *file, const gchar *x_path); +gchar * xml_file_get_node_value_with_default (TXMLFile *file, const gchar *x_path, const gchar *_default); /* * xml_file_get_node_attribute: retrieve attribute value from XPath node |
