XMMS2
|
#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 |
Defines | |
#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 |
#define XMMS_PLUGIN | ( | type, | |
api_ver, | |||
shname, | |||
name, | |||
ver, | |||
desc, | |||
setupfunc | |||
) |
xmms_plugin_desc_t XMMS_PLUGIN_DESC = { \ type, \ api_ver, \ shname, \ name, \ ver, \ desc, \ setupfunc \ };
Definition at line 41 of file xmms_plugin.h.
#define XMMS_PLUGIN_SHORTNAME_MAX_LEN 32 |
Definition at line 27 of file xmms_plugin.h.
Referenced by xmms_plugin_config_lookup(), and xmms_plugin_config_property_register().
typedef G_BEGIN_DECLS struct xmms_plugin_desc_St xmms_plugin_desc_t |