libmpd
11.8.17
libmpd-sticker.h
Go to the documentation of this file.
1
#ifndef __LIBMPD_STICKER_H__
2
#define __LIBMPD_STICKER_H__
3
4
5
char
*
mpd_sticker_song_get
(
MpdObj
*mi,
const
char
*path,
const
char
*tag);
6
7
int
mpd_sticker_song_set
(
MpdObj
*mi,
const
char
*path,
const
char
*tag,
const
char
*value);
8
9
10
int
mpd_sticker_supported
(
MpdObj
*mi);
11
#endif
mpd_sticker_song_get
char * mpd_sticker_song_get(MpdObj *mi, const char *path, const char *tag)
mpd_sticker_song_set
int mpd_sticker_song_set(MpdObj *mi, const char *path, const char *tag, const char *value)
mpd_sticker_supported
int mpd_sticker_supported(MpdObj *mi)
MpdObj
struct _MpdObj MpdObj
Definition
libmpd.h:100
Copyright 2006
Qball Cow