VLC  3.0.15
Data Fields
addon_entry_t Struct Reference
Collaboration diagram for addon_entry_t:
Collaboration graph
[legend]

Data Fields

vlc_mutex_t lock
 
addon_type_t e_type
 
addon_state_t e_state
 
addon_flags_t e_flags
 
addon_uuid_t uuid
 
char * psz_name
 
char * psz_summary
 
char * psz_description
 
char * psz_author
 
char * psz_source_uri
 
char * psz_image_uri
 
char * psz_image_data
 
char * psz_version
 
long int i_downloads
 
int i_score
 
char * psz_source_module
 
char * psz_archive_uri
 
struct {
   int   i_alloc
 
   int   i_size
 
   addon_file_t **   p_elems
 
files
 
void * p_custom
 

Field Documentation

◆ e_flags

addon_flags_t addon_entry_t::e_flags

◆ e_state

addon_state_t addon_entry_t::e_state

◆ e_type

addon_type_t addon_entry_t::e_type

◆ files

struct { ... } addon_entry_t::files

Referenced by addon_entry_New().

◆ i_alloc

int addon_entry_t::i_alloc

◆ i_downloads

long int addon_entry_t::i_downloads

◆ i_score

int addon_entry_t::i_score

◆ i_size

int addon_entry_t::i_size

◆ lock

vlc_mutex_t addon_entry_t::lock

Referenced by addon_entry_New().

◆ p_custom

void* addon_entry_t::p_custom

◆ p_elems

addon_file_t* * addon_entry_t::p_elems

◆ psz_archive_uri

char* addon_entry_t::psz_archive_uri

◆ psz_author

char* addon_entry_t::psz_author

◆ psz_description

char* addon_entry_t::psz_description

◆ psz_image_data

char* addon_entry_t::psz_image_data

◆ psz_image_uri

char* addon_entry_t::psz_image_uri

◆ psz_name

char* addon_entry_t::psz_name

◆ psz_source_module

char* addon_entry_t::psz_source_module

◆ psz_source_uri

char* addon_entry_t::psz_source_uri

◆ psz_summary

char* addon_entry_t::psz_summary

◆ psz_version

char* addon_entry_t::psz_version

◆ uuid

addon_uuid_t addon_entry_t::uuid

Referenced by getHeldEntryByUUID().


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