summaryrefslogtreecommitdiff
path: root/libmediaart/extract.h
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-10-16 19:20:18 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-10-17 18:15:28 +0100
commiteffbdb8720f8c52fd5b20b720272e3b99e7dbc6a (patch)
tree052c87ef77db41755f52c6dcae66ae8ad786cba4 /libmediaart/extract.h
parent75ea95aa188d4104287f3a3a9edc164358e91912 (diff)
downloadlibmediaart-effbdb8720f8c52fd5b20b720272e3b99e7dbc6a.tar.gz
extract: Be consistent about parameter ordering
The media_art_process() and media_art_process_file() functions should take arguments in the same order as each other.
Diffstat (limited to 'libmediaart/extract.h')
-rw-r--r--libmediaart/extract.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmediaart/extract.h b/libmediaart/extract.h
index 8b521cf..3744923 100644
--- a/libmediaart/extract.h
+++ b/libmediaart/extract.h
@@ -59,8 +59,8 @@ gboolean media_art_process (const unsigned char *buffer,
gboolean media_art_process_file (const guchar *buffer,
gsize len,
- MediaArtType type,
const gchar *mime,
+ MediaArtType type,
const gchar *artist,
const gchar *title,
GFile *file);