diff options
author | Christian Hesse <mail@eworm.de> | 2016-10-05 23:38:36 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-10-05 23:38:36 +0200 |
commit | 90b01922ea7622de0eab2216912445040389ed5c (patch) | |
tree | 0a1b2b7817facd544b626cce87f345510f8bd5c7 /mpd-notification.h | |
parent | 854b9a8f8a78825dfe9a045588eccb7b47805f74 (diff) | |
parent | b04e44e2fd6d91641ad089160effe1e88e162847 (diff) | |
download | mpd-notification-90b01922ea7622de0eab2216912445040389ed5c.tar.gz mpd-notification-90b01922ea7622de0eab2216912445040389ed5c.tar.zst |
Merge branch 'pixbuf'
Diffstat (limited to 'mpd-notification.h')
-rw-r--r-- | mpd-notification.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/mpd-notification.h b/mpd-notification.h index 429f3ed..0cbd370 100644 --- a/mpd-notification.h +++ b/mpd-notification.h @@ -31,16 +31,13 @@ #define PROGNAME "mpd-notification" +#define OPT_FILE_WORKAROUND UCHAR_MAX + 1 + /*** received_signal ***/ void received_signal(int signal); -/*** retrieve_album_art ***/ -#ifdef HAVE_LIBAV -GdkPixbuf * retrieve_album_art(const char * music_dir, const char * uri); -#endif - -/*** get_icon ***/ -char * get_icon(const char * music_dir, const char * uri); +/*** retrieve_artwork ***/ +GdkPixbuf * retrieve_artwork(const char * music_dir, const char * uri); /*** append_string ***/ char * append_string(char * string, const char * format, const char delim, const char * s); |