xine-lib 1.2.11
Data Fields
xine_module_class_s Struct Reference

#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 *)
 

Field Documentation

◆ description

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.

◆ dispose

void(* xine_module_class_s::dispose) (xine_module_class_t *)

◆ get_instance

xine_module_t *(* xine_module_class_s::get_instance) (xine_module_class_t *, const void *params)

◆ identifier

const char* xine_module_class_s::identifier

short human readable identifier for this plugin class

◆ text_domain

const char* xine_module_class_s::text_domain

Optional non-standard catalog to use with dgettext() for description.


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