XMMS2
|
#include <xmms_plugin.h>
Data Fields | |
xmms_object_t | object |
GModule * | module |
xmms_plugin_type_t | type |
const gchar * | name |
const gchar * | shortname |
const gchar * | description |
const gchar * | version |
Definition at line 29 of file xmms_plugin.h.
const gchar* xmms_plugin_St::description |
Definition at line 36 of file xmms_plugin.h.
Referenced by xmms_plugin_description_get().
GModule* xmms_plugin_St::module |
Definition at line 31 of file xmms_plugin.h.
Referenced by xmms_plugin_destroy().
const gchar* xmms_plugin_St::name |
Definition at line 34 of file xmms_plugin.h.
Referenced by xmms_plugin_name_get(), and xmms_plugin_shutdown().
Definition at line 30 of file xmms_plugin.h.
Referenced by xmms_plugin_shutdown().
const gchar* xmms_plugin_St::shortname |
Definition at line 35 of file xmms_plugin.h.
Referenced by xmms_plugin_shortname_get().
Definition at line 33 of file xmms_plugin.h.
Referenced by xmms_output_plugin_verify(), xmms_plugin_foreach(), and xmms_plugin_type_get().
const gchar* xmms_plugin_St::version |
Definition at line 37 of file xmms_plugin.h.
Referenced by xmms_plugin_version_get().