XMMS2
Data Structures | Macros | Typedefs
xmms_plugin.h File Reference
#include <glib.h>
#include <xmmsc/xmmsc_idnumbers.h>
#include "xmms_configuration.h"

Go to the source code of this file.

Data Structures

struct  xmms_plugin_desc_St
 

Macros

#define XMMS_PLUGIN_SHORTNAME_MAX_LEN   32
 
#define XMMS_PLUGIN(type, api_ver, shname, name, ver, desc, setupfunc)
 

Typedefs

typedef G_BEGIN_DECLS struct xmms_plugin_desc_St xmms_plugin_desc_t
 

Macro Definition Documentation

◆ XMMS_PLUGIN

#define XMMS_PLUGIN (   type,
  api_ver,
  shname,
  name,
  ver,
  desc,
  setupfunc 
)
Value:
xmms_plugin_desc_t XMMS_PLUGIN_DESC = { \
type, \
api_ver, \
shname, \
name, \
ver, \
desc, \
setupfunc \
};
G_BEGIN_DECLS struct xmms_plugin_desc_St xmms_plugin_desc_t

Definition at line 41 of file xmms_plugin.h.

◆ XMMS_PLUGIN_SHORTNAME_MAX_LEN

#define XMMS_PLUGIN_SHORTNAME_MAX_LEN   32

Typedef Documentation

◆ xmms_plugin_desc_t

typedef G_BEGIN_DECLS struct xmms_plugin_desc_St xmms_plugin_desc_t