Data Fields

module_t Struct Reference

Internal module descriptor. More...

Collaboration diagram for module_t:
Collaboration graph
[legend]

Data Fields

module_tnext
module_tparent
module_tsubmodule
unsigned submodule_count
unsigned i_shortcuts
 Shortcuts to the module.
char ** pp_shortcuts
char * psz_shortname
 Module name.
char * psz_longname
 Module descriptive name.
char * psz_help
 Long help string for "special" modules.
char * psz_capability
 Capability.
int i_score
 Score for the capability.
bool b_loaded
bool b_unloadable
 Can we be dlclosed?
void * pf_activate
void * pf_deactivate
module_config_tp_config
size_t confsize
unsigned int i_config_items
unsigned int i_bool_items
module_handle_t handle
char * psz_filename
char * domain

Detailed Description

Internal module descriptor.


Field Documentation

Referenced by module_EndBank().

unsigned int module_t::i_bool_items

Long help string for "special" modules.

Referenced by module_get_help(), Usage(), vlc_module_create(), vlc_module_destroy(), and vlc_plugin_setter().

Referenced by vlc_module_create().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines