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 | clarify option arguments in documentation (diff) | |
parent | add scale option to help output (diff) | |
download | mpd-notification-90b01922ea7622de0eab2216912445040389ed5c.tar.gz mpd-notification-90b01922ea7622de0eab2216912445040389ed5c.tar.bz2 mpd-notification-90b01922ea7622de0eab2216912445040389ed5c.tar.xz mpd-notification-90b01922ea7622de0eab2216912445040389ed5c.tar.zst mpd-notification-90b01922ea7622de0eab2216912445040389ed5c.zip |
Merge branch 'pixbuf'
Diffstat (limited to '')
-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); |