XMMS2
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

◆ xmms_fetch_info_t

Function Documentation

◆ xmms_fetch_info_add_key()

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

◆ xmms_fetch_info_add_song_id()

int xmms_fetch_info_add_song_id ( xmms_fetch_info_t * info,
void * object )

◆ xmms_fetch_info_free()

void xmms_fetch_info_free ( xmms_fetch_info_t * info)

Referenced by xmms_medialib_query().

◆ xmms_fetch_info_get_index()

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

◆ xmms_fetch_info_new()

xmms_fetch_info_t * xmms_fetch_info_new ( s4_sourcepref_t * prefs)

Referenced by xmms_medialib_query().