VLC 4.0.0-dev
|
#include <vlc_xml.h>
Data Fields | |
struct vlc_object_t | obj |
module_t * | p_module |
void * | p_sys |
void(* | pf_catalog_load )(xml_t *, const char *) |
void(* | pf_catalog_add )(xml_t *, const char *, const char *, const char *) |
struct vlc_object_t xml_t::obj |
module_t* xml_t::p_module |
Referenced by xml_Create(), and xml_Delete().
void* xml_t::p_sys |
void(* xml_t::pf_catalog_add) (xml_t *, const char *, const char *, const char *) |
Referenced by xml_CatalogAdd().
void(* xml_t::pf_catalog_load) (xml_t *, const char *) |
Referenced by xml_CatalogLoad().