20#ifndef __XMMS_PLUGIN_H__
21#define __XMMS_PLUGIN_H__
25#include "xmms_configuration.h"
27#define XMMS_PLUGIN_SHORTNAME_MAX_LEN 32
41#define XMMS_PLUGIN(type, api_ver, shname, name, ver, desc, setupfunc) \
42 xmms_plugin_desc_t XMMS_PLUGIN_DESC = { \
const gchar * description
gchar shortname[XMMS_PLUGIN_SHORTNAME_MAX_LEN]
gboolean(* setup_func)(gpointer)
G_BEGIN_DECLS struct xmms_plugin_desc_St xmms_plugin_desc_t
#define XMMS_PLUGIN_SHORTNAME_MAX_LEN