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

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

#include <vlc_interface.h>

Collaboration diagram for intf_thread_t:
[legend]

Data Fields

struct vlc_object_t obj
 
struct intf_thread_tp_next
 
intf_sys_tp_sys
 LibVLC interfaces book keeping.
 
module_tp_module
 system interface
 
void(* pf_show_dialog )(struct intf_thread_t *, int, int, intf_dialog_args_t *)
 Specific for dialogs providers.
 
config_chain_tp_cfg
 

Detailed Description

Describe all interface-specific data of the interface thread.

Field Documentation

◆ obj

struct vlc_object_t intf_thread_t::obj

◆ p_cfg

config_chain_t* intf_thread_t::p_cfg

Referenced by intf_Create(), and intf_DestroyAll().

◆ p_module

module_t* intf_thread_t::p_module

system interface

Interface module

Referenced by intf_Create(), and intf_DestroyAll().

◆ p_next

struct intf_thread_t* intf_thread_t::p_next

Referenced by intf_Create(), and intf_DestroyAll().

◆ p_sys

intf_sys_t* intf_thread_t::p_sys

LibVLC interfaces book keeping.

◆ pf_show_dialog

void(* intf_thread_t::pf_show_dialog) (struct intf_thread_t *, int, int, intf_dialog_args_t *)

Specific for dialogs providers.


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