Data Fields

intf_thread_t Struct Reference
[Interface]

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

Collaboration diagram for intf_thread_t:
Collaboration graph
[legend]

Data Fields

VLC_COMMON_MEMBERS struct
intf_thread_t
p_next
vlc_thread_t thread
 LibVLC interfaces book keeping.
intf_sys_tp_sys
 LibVLC thread.
module_tp_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_tp_cfg

Detailed Description

Describe all interface-specific data of the interface thread.


Field Documentation

Referenced by intf_Create().

system interface

Interface module

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.

Referenced by intf_Create(), and RunInterface().

Run function.

Specific for dialogs providers

LibVLC interfaces book keeping.

Referenced by intf_Create().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines