VLC 4.0.0-dev
Loading...
Searching...
No Matches
addons_manager_private_t Struct Reference
Collaboration diagram for addons_manager_private_t:
[legend]

Data Fields

vlc_object_tp_parent
 
struct { 
 
   vlc_thread_t   thread 
 
   vlc_cond_t   waitcond 
 
   bool   b_live 
 
   vlc_mutex_t   lock 
 
   vlc_interrupt_t *   p_interrupt 
 
   struct { 
 
      int   i_alloc 
 
      int   i_size 
 
      char **   p_elems 
 
   }   uris 
 
   struct { 
 
      int   i_alloc 
 
      int   i_size 
 
      addon_entry_t **   p_elems 
 
   }   entries 
 
finder 
 
struct { 
 
   vlc_thread_t   thread 
 
   vlc_cond_t   waitcond 
 
   bool   b_live 
 
   vlc_mutex_t   lock 
 
   vlc_interrupt_t *   p_interrupt 
 
   struct { 
 
      int   i_alloc 
 
      int   i_size 
 
      addon_entry_t **   p_elems 
 
   }   entries 
 
installer 
 

Field Documentation

◆ b_live

◆ [struct] [1/2]

struct { ... } addons_manager_private_t::entries

◆ [struct] [2/2]

struct { ... } addons_manager_private_t::entries

◆ [struct]

◆ i_alloc

int addons_manager_private_t::i_alloc

◆ i_size

int addons_manager_private_t::i_size

◆ [struct]

struct { ... } addons_manager_private_t::installer

◆ lock

◆ p_elems [1/2]

char* * addons_manager_private_t::p_elems

◆ p_elems [2/2]

addon_entry_t* * addons_manager_private_t::p_elems

◆ p_interrupt

vlc_interrupt_t* addons_manager_private_t::p_interrupt

◆ p_parent

◆ thread

vlc_thread_t addons_manager_private_t::thread

◆ [struct]

struct { ... } addons_manager_private_t::uris

◆ waitcond


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