XMMS2
Data Structures | Typedefs | Functions
xmms_fetch_info.h File Reference
#include <glib.h>
#include "s4.h"

Data Structures

struct  xmms_fetch_info_St
 

Typedefs

typedef struct xmms_fetch_info_St xmms_fetch_info_t
 

Functions

xmms_fetch_info_txmms_fetch_info_new (s4_sourcepref_t *prefs)
 
void xmms_fetch_info_free (xmms_fetch_info_t *info)
 
int xmms_fetch_info_add_song_id (xmms_fetch_info_t *info, void *object)
 
int xmms_fetch_info_add_key (xmms_fetch_info_t *info, void *object, const gchar *key, s4_sourcepref_t *prefs)
 
int xmms_fetch_info_get_index (xmms_fetch_info_t *info, void *object, const gchar *key)
 

Typedef Documentation

Function Documentation

int xmms_fetch_info_add_key ( xmms_fetch_info_t info,
void *  object,
const gchar *  key,
s4_sourcepref_t prefs 
)
int xmms_fetch_info_add_song_id ( xmms_fetch_info_t info,
void *  object 
)
void xmms_fetch_info_free ( xmms_fetch_info_t info)

Referenced by xmms_medialib_query().

int xmms_fetch_info_get_index ( xmms_fetch_info_t info,
void *  object,
const gchar *  key 
)
xmms_fetch_info_t* xmms_fetch_info_new ( s4_sourcepref_t prefs)

Referenced by xmms_medialib_query().