summaryrefslogtreecommitdiffstats
path: root/src/itdb_sysinfo_extended_parser.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-06-09 19:59:31 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-06-09 19:59:31 +0000
commite7dc7876a7d4dc87290064e9c5bec7aaec60a82d (patch)
tree90ec090cd1aa0fb8becadd885f43ee60160f4186 /src/itdb_sysinfo_extended_parser.h
parent45300359b18d22b82fd692d2e074ba157af90b60 (diff)
downloadlibgpod-tmz-e7dc7876a7d4dc87290064e9c5bec7aaec60a82d.tar.gz
libgpod-tmz-e7dc7876a7d4dc87290064e9c5bec7aaec60a82d.tar.xz
libgpod-tmz-e7dc7876a7d4dc87290064e9c5bec7aaec60a82d.zip
* src/itdb_device.c:
* src/itdb_device.h: * src/itdb_sysinfo_extended_parser.c: * src/itdb_sysinfo_extended_parser.h: merge Itdb_ArtworkFormat and SysInfoImageFormat, use artwork formats from SysInfoExtended when it's available instead of using the hardcoded tables from libgpod git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2011 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb_sysinfo_extended_parser.h')
-rw-r--r--src/itdb_sysinfo_extended_parser.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/itdb_sysinfo_extended_parser.h b/src/itdb_sysinfo_extended_parser.h
index df067f5..ff3214c 100644
--- a/src/itdb_sysinfo_extended_parser.h
+++ b/src/itdb_sysinfo_extended_parser.h
@@ -44,6 +44,13 @@ itdb_sysinfo_properties_get_serial_number (const SysInfoIpodProperties *props);
const char *
itdb_sysinfo_properties_get_firewire_id (const SysInfoIpodProperties *props);
+G_GNUC_INTERNAL const GList *
+itdb_sysinfo_properties_get_cover_art_formats (const SysInfoIpodProperties *);
+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_END_DECLS
#endif