|
xine-lib
1.2.10
|
#include <xine_module.h>
Data Fields | |
| xine_module_t *(* | get_instance )(xine_module_class_t *, const void *params) |
| const char * | identifier |
| short human readable identifier for this plugin class More... | |
| const char * | description |
| human readable (verbose = 1 line) description for this plugin class More... | |
| const char * | text_domain |
| Optional non-standard catalog to use with dgettext() for description. More... | |
| void(* | dispose )(xine_module_class_t *) |
| const char* xine_module_class_s::description |
human readable (verbose = 1 line) description for this plugin class
The description is passed to gettext() to internationalise.
| void(* xine_module_class_s::dispose) (xine_module_class_t *) |
| xine_module_t*(* xine_module_class_s::get_instance) (xine_module_class_t *, const void *params) |
Referenced by egl_init_class(), glx_init_class(), and gnutls_init_class().
| const char* xine_module_class_s::identifier |
short human readable identifier for this plugin class
| const char* xine_module_class_s::text_domain |
Optional non-standard catalog to use with dgettext() for description.
1.8.17