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

#include <vlc_addons.h>

Collaboration diagram for addons_finder_t:
[legend]

Data Fields

struct vlc_object_t obj
 
int(* pf_find )(addons_finder_t *)
 
int(* pf_retrieve )(addons_finder_t *, addon_entry_t *)
 
struct { 
 
   int   i_alloc 
 
   int   i_size 
 
   addon_entry_t **   p_elems 
 
entries 
 
char * psz_uri
 
addons_finder_sys_tp_sys
 

Field Documentation

◆ [struct]

struct { ... } addons_finder_t::entries

Referenced by FinderThread(), and LoadLocalStorage().

◆ i_alloc

int addons_finder_t::i_alloc

◆ i_size

int addons_finder_t::i_size

Referenced by FinderThread(), and LoadLocalStorage().

◆ obj

struct vlc_object_t addons_finder_t::obj

Referenced by FinderThread(), and LoadLocalStorage().

◆ p_elems

addon_entry_t* * addons_finder_t::p_elems

Referenced by FinderThread(), and LoadLocalStorage().

◆ p_sys

addons_finder_sys_t* addons_finder_t::p_sys

◆ pf_find

int(* addons_finder_t::pf_find) (addons_finder_t *)

Referenced by FinderThread(), and LoadLocalStorage().

◆ pf_retrieve

int(* addons_finder_t::pf_retrieve) (addons_finder_t *, addon_entry_t *)

◆ psz_uri

char* addons_finder_t::psz_uri

Referenced by FinderThread(), and LoadLocalStorage().


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