Describe all interface-specific data of the interface thread. More...

Data Fields | |
| VLC_COMMON_MEMBERS struct intf_thread_t * | p_next |
| vlc_thread_t | thread |
| LibVLC interfaces book keeping. | |
| intf_sys_t * | p_sys |
| LibVLC thread. | |
| module_t * | p_module |
| system interface | |
| void(* | pf_run )(struct intf_thread_t *) |
| void(* | pf_show_dialog )(struct intf_thread_t *, int, int, intf_dialog_args_t *) |
| Run function. | |
| config_chain_t * | p_cfg |
Describe all interface-specific data of the interface thread.
Referenced by intf_Create().
| VLC_COMMON_MEMBERS struct intf_thread_t* intf_thread_t::p_next |
Referenced by intf_Create(), and intf_DestroyAll().
LibVLC thread.
| void( * intf_thread_t::pf_run)(struct intf_thread_t *) |
Referenced by intf_Create(), and RunInterface().
| void( * intf_thread_t::pf_show_dialog)(struct intf_thread_t *, int, int, intf_dialog_args_t *) |
Run function.
Specific for dialogs providers
LibVLC interfaces book keeping.
Referenced by intf_Create().
1.7.1