VLC 4.0.0-dev
|
Describe all interface-specific data of the interface thread. More...
#include <vlc_interface.h>
Data Fields | |
struct vlc_object_t | obj |
struct intf_thread_t * | p_next |
intf_sys_t * | p_sys |
LibVLC interfaces book keeping. | |
module_t * | p_module |
system interface | |
void(* | pf_show_dialog )(struct intf_thread_t *, int, int, intf_dialog_args_t *) |
Specific for dialogs providers. | |
config_chain_t * | p_cfg |
Describe all interface-specific data of the interface thread.
struct vlc_object_t intf_thread_t::obj |
config_chain_t* intf_thread_t::p_cfg |
Referenced by intf_Create(), and intf_DestroyAll().
module_t* intf_thread_t::p_module |
struct intf_thread_t* intf_thread_t::p_next |
Referenced by intf_Create(), and intf_DestroyAll().
intf_sys_t* intf_thread_t::p_sys |
LibVLC interfaces book keeping.
void(* intf_thread_t::pf_show_dialog) (struct intf_thread_t *, int, int, intf_dialog_args_t *) |
Specific for dialogs providers.