VLC 4.0.0-dev
Loading...
Searching...
No Matches
xml_t Struct Reference

#include <vlc_xml.h>

Collaboration diagram for xml_t:
[legend]

Data Fields

struct vlc_object_t obj
 
module_tp_module
 
void * p_sys
 
void(* pf_catalog_load )(xml_t *, const char *)
 
void(* pf_catalog_add )(xml_t *, const char *, const char *, const char *)
 

Field Documentation

◆ obj

struct vlc_object_t xml_t::obj

◆ p_module

module_t* xml_t::p_module

Referenced by xml_Create(), and xml_Delete().

◆ p_sys

void* xml_t::p_sys

◆ pf_catalog_add

void(* xml_t::pf_catalog_add) (xml_t *, const char *, const char *, const char *)

Referenced by xml_CatalogAdd().

◆ pf_catalog_load

void(* xml_t::pf_catalog_load) (xml_t *, const char *)

Referenced by xml_CatalogLoad().


The documentation for this struct was generated from the following file: