summaryrefslogtreecommitdiffstats
path: root/src/itdb_sysinfo_extended_parser.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-06-09 20:02:06 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-06-09 20:02:06 +0000
commit0705fe9f1958b17ca54483eecb0976ceb5e4d18f (patch)
tree486b6d53379f17686e54ff3f2b06850ca5d8e1d8 /src/itdb_sysinfo_extended_parser.h
parente7dc7876a7d4dc87290064e9c5bec7aaec60a82d (diff)
downloadlibgpod-tmz-0705fe9f1958b17ca54483eecb0976ceb5e4d18f.tar.gz
libgpod-tmz-0705fe9f1958b17ca54483eecb0976ceb5e4d18f.tar.xz
libgpod-tmz-0705fe9f1958b17ca54483eecb0976ceb5e4d18f.zip
* src/db-artwork-writer.c:
* src/itdb_device.c: * src/itdb_device.h: * src/itdb_sysinfo_extended_parser.c: * src/itdb_sysinfo_extended_parser.h: implements itdb_device_supports_sparse_artwork (instead of the old stub always returning TRUE). Use data from SysInfoExtended if it's available, use hardcoded table from libgpod if not. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2012 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb_sysinfo_extended_parser.h')
-rw-r--r--src/itdb_sysinfo_extended_parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/itdb_sysinfo_extended_parser.h b/src/itdb_sysinfo_extended_parser.h
index ff3214c..221e0e8 100644
--- a/src/itdb_sysinfo_extended_parser.h
+++ b/src/itdb_sysinfo_extended_parser.h
@@ -50,6 +50,8 @@ G_GNUC_INTERNAL const GList *
itdb_sysinfo_properties_get_photo_formats (const SysInfoIpodProperties *);
G_GNUC_INTERNAL const GList *
itdb_sysinfo_properties_get_chapter_image_formats (const SysInfoIpodProperties *);
+G_GNUC_INTERNAL gboolean
+itdb_sysinfo_properties_supports_sparse_artwork (const SysInfoIpodProperties *);
G_END_DECLS