lib/efreet_xml.c File Reference
#include "Efreet.h"
#include "efreet_private.h"
Include dependency graph for efreet_xml.c:

Functions | |
const char * | efreet_xml_attribute_get (Efreet_Xml *xml, const char *key) |
Retrieves the value for the given attribute key. | |
void | efreet_xml_del (Efreet_Xml *xml) |
int | efreet_xml_init (void) |
Efreet_Xml * | efreet_xml_new (const char *file) |
int | efreet_xml_shutdown (void) |
Function Documentation
const char* efreet_xml_attribute_get | ( | Efreet_Xml * | xml, | |
const char * | key | |||
) |
Retrieves the value for the given attribute key.
- Parameters:
-
xml,: The xml struct to work with key,: The attribute key to look for
- Returns:
- Returns the value for the given key, or NULL if none found
void efreet_xml_del | ( | Efreet_Xml * | xml | ) |
int efreet_xml_init | ( | void | ) |
Efreet_Xml* efreet_xml_new | ( | const char * | file | ) |
int efreet_xml_shutdown | ( | void | ) |