xine-lib 1.2.13-20230125hg15249
|
#include <xine_module.h>
Data Fields | |
struct plugin_node_s * | node |
Pointer to the loaded plugin node. | |
void(* | dispose )(xine_module_t *) |
void(* xine_module_s::dispose) (xine_module_t *) |
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().