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

#include <vlc_addons.h>

Collaboration diagram for addon_entry_t:
[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

Referenced by InstallerThread().

◆ e_type

addon_type_t addon_entry_t::e_type

Referenced by InstallEntry().

◆ [struct]

struct { ... } addon_entry_t::files

◆ 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

◆ p_custom

void* addon_entry_t::p_custom

Referenced by addon_entry_Release().

◆ p_elems

addon_file_t* * addon_entry_t::p_elems

◆ psz_archive_uri

char* addon_entry_t::psz_archive_uri

Referenced by addon_entry_Release().

◆ psz_author

char* addon_entry_t::psz_author

Referenced by addon_entry_Release().

◆ psz_description

char* addon_entry_t::psz_description

Referenced by addon_entry_Release().

◆ psz_image_data

char* addon_entry_t::psz_image_data

Referenced by addon_entry_Release().

◆ psz_image_uri

char* addon_entry_t::psz_image_uri

Referenced by addon_entry_Release().

◆ psz_name

char* addon_entry_t::psz_name

Referenced by addon_entry_Release().

◆ psz_source_module

char* addon_entry_t::psz_source_module

Referenced by addon_entry_Release().

◆ psz_source_uri

char* addon_entry_t::psz_source_uri

Referenced by addon_entry_Release().

◆ psz_summary

char* addon_entry_t::psz_summary

Referenced by addon_entry_Release().

◆ psz_version

char* addon_entry_t::psz_version

◆ uuid

addon_uuid_t addon_entry_t::uuid

Referenced by getHeldEntryByUUID(), and MergeSources().


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