|
libreport
2.1.3
A tool to inform users about various problems on the running system
|
Go to the source code of this file.
Data Structures | |
| struct | my_parse_data |
Functions | |
| char * | get_element_lang (struct my_parse_data *parse_data, const gchar **att_names, const gchar **att_values) |
| Gets the language info for the current xml element. | |
Definition in file xml_parser.h.
| char* get_element_lang | ( | struct my_parse_data * | parse_data, |
| const gchar ** | att_names, | ||
| const gchar ** | att_values | ||
| ) |
Gets the language info for the current xml element.
| parse_data | Data parsed from the current element |
| att_names | Names of attributes |
| att_values | Attribute's values |
1.7.6.1