VLC
3.0.21
|
Data Fields | |
struct vlc_common_members | obj |
module_t * | p_module |
xml_sys_t * | p_sys |
void(* | pf_catalog_load )(xml_t *, const char *) |
void(* | pf_catalog_add )(xml_t *, const char *, const char *, const char *) |
struct vlc_common_members xml_t::obj |
module_t* xml_t::p_module |
Referenced by xml_Create(), and xml_Delete().
xml_sys_t* 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().