XMMS2
Functions
fetchinfo.c File Reference
#include <xmmspriv/xmms_fetch_info.h>
#include <string.h>

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 char *key, s4_sourcepref_t *prefs)
 
int xmms_fetch_info_get_index (xmms_fetch_info_t *info, void *object, const char *key)
 

Function Documentation

int xmms_fetch_info_add_key ( xmms_fetch_info_t info,
void *  object,
const char *  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 char *  key 
)
xmms_fetch_info_t* xmms_fetch_info_new ( s4_sourcepref_t prefs)

Referenced by xmms_medialib_query().