|
VLC
2.1.0-git
|

Data Fields | |
| 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 *) |
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \ | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| bool | b_force |
| set by the outside (eg. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
| bool xml_t::b_force |
set by the outside (eg.
| int xml_t::i_flags |
| libvlc_int_t* xml_t::p_libvlc |
(root of all evil) - 1
| module_t* xml_t::p_module |
Referenced by xml_Create(), and xml_Delete().
| vlc_object_t* xml_t::p_parent |
our parent
| 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().
| char* xml_t::psz_header |
| const char* xml_t::psz_object_type |
1.8.1.2