xine-lib 1.2.11
|
#include <xine_module.h>
Data Fields | |
struct plugin_node_s * | node |
Pointer to the loaded plugin node. More... | |
void(* | dispose )(xine_module_t *) |
void(* xine_module_s::dispose) (xine_module_t *) |
Referenced by _egl_get_instance(), _glx_get_instance(), _x_free_module(), and egl_init_class().
struct plugin_node_s* xine_module_s::node |
Pointer to the loaded plugin node.
Used by the plugins loader. It's an opaque type when using the structure outside of xine's build.
Referenced by _x_find_module(), and _x_free_module().