VLC 4.0.0-dev
|
#include <vlc_addons.h>
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_t * | p_sys |
struct vlc_object_t addons_storage_t::obj |
Referenced by addons_manager_WriteCatalog(), and installOrRemoveAddon().
addons_storage_sys_t* addons_storage_t::p_sys |
int(* addons_storage_t::pf_catalog) (addons_storage_t *, addon_entry_t **, int) |
Referenced by addons_manager_WriteCatalog().
int(* addons_storage_t::pf_install) (addons_storage_t *, addon_entry_t *) |
Referenced by installOrRemoveAddon().
int(* addons_storage_t::pf_remove) (addons_storage_t *, addon_entry_t *) |
Referenced by installOrRemoveAddon().