XMMS2
|
#include <xmms_plugin.h>
Data Fields | |
xmms_plugin_type_t | type |
gint | api_version |
gchar | shortname [XMMS_PLUGIN_SHORTNAME_MAX_LEN] |
const gchar * | name |
const gchar * | version |
const gchar * | description |
gboolean(* | setup_func )(gpointer) |
Definition at line 31 of file xmms_plugin.h.
Definition at line 33 of file xmms_plugin.h.
const gchar* xmms_plugin_desc_St::description |
Definition at line 37 of file xmms_plugin.h.
const gchar* xmms_plugin_desc_St::name |
Definition at line 35 of file xmms_plugin.h.
gboolean(* xmms_plugin_desc_St::setup_func)(gpointer) |
Definition at line 38 of file xmms_plugin.h.
gchar xmms_plugin_desc_St::shortname[XMMS_PLUGIN_SHORTNAME_MAX_LEN] |
Definition at line 34 of file xmms_plugin.h.
Definition at line 32 of file xmms_plugin.h.
const gchar* xmms_plugin_desc_St::version |
Definition at line 36 of file xmms_plugin.h.