XMMS2
Data Fields
xmms_plugin_desc_St Struct Reference

#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)
 

Detailed Description

Definition at line 31 of file xmms_plugin.h.

Field Documentation

◆ api_version

gint xmms_plugin_desc_St::api_version

Definition at line 33 of file xmms_plugin.h.

◆ description

const gchar* xmms_plugin_desc_St::description

Definition at line 37 of file xmms_plugin.h.

◆ name

const gchar* xmms_plugin_desc_St::name

Definition at line 35 of file xmms_plugin.h.

◆ setup_func

gboolean(* xmms_plugin_desc_St::setup_func) (gpointer)

Definition at line 38 of file xmms_plugin.h.

◆ shortname

gchar xmms_plugin_desc_St::shortname[XMMS_PLUGIN_SHORTNAME_MAX_LEN]

Definition at line 34 of file xmms_plugin.h.

◆ type

xmms_plugin_type_t xmms_plugin_desc_St::type

Definition at line 32 of file xmms_plugin.h.

◆ version

const gchar* xmms_plugin_desc_St::version

Definition at line 36 of file xmms_plugin.h.


The documentation for this struct was generated from the following file: