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

#include <vlc_addons.h>

Collaboration diagram for addons_storage_t:
[legend]

Data Fields

struct vlc_object_t obj
 
int(* pf_install )(addons_storage_t *, addon_entry_t *)
 
int(* pf_remove )(addons_storage_t *, addon_entry_t *)
 
int(* pf_catalog )(addons_storage_t *, addon_entry_t **, int)
 
addons_storage_sys_tp_sys
 

Field Documentation

◆ obj

struct vlc_object_t addons_storage_t::obj

◆ p_sys

addons_storage_sys_t* addons_storage_t::p_sys

◆ pf_catalog

int(* addons_storage_t::pf_catalog) (addons_storage_t *, addon_entry_t **, int)

◆ pf_install

int(* addons_storage_t::pf_install) (addons_storage_t *, addon_entry_t *)

Referenced by installOrRemoveAddon().

◆ pf_remove

int(* addons_storage_t::pf_remove) (addons_storage_t *, addon_entry_t *)

Referenced by installOrRemoveAddon().


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