summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2007-04-14 11:16:29 +0000
committerChristophe Fergeau <teuf@gnome.org>2007-04-14 11:16:29 +0000
commit44fc5965bbfe238b84f05bda9fe8aa6a6f63f602 (patch)
tree088c57e37d1ce81758042d46063a40b908e6171b /src/itdb.h
parent48f7eb040eefe19059d267c897bf04ee894a8adf (diff)
downloadlibgpod-44fc5965bbfe238b84f05bda9fe8aa6a6f63f602.tar.gz
libgpod-44fc5965bbfe238b84f05bda9fe8aa6a6f63f602.tar.xz
libgpod-44fc5965bbfe238b84f05bda9fe8aa6a6f63f602.zip
2007-04-14 Christophe Fergeau <teuf@gnome.org>
* src/itdb_device.c: add itdb_device_supports_artwork and idb_device_supports_photo functions * docs/reference/tmpl/device.sgml: update api doc * src/itdb_itunesdb.c: don't try to write artwork database if the iPod model doesn't support artwork. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1414 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/itdb.h b/src/itdb.h
index ed9a89e..6ef8a7f 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -964,6 +964,8 @@ void itdb_device_set_sysinfo (Itdb_Device *device,
const gchar *field, const gchar *value);
const Itdb_IpodInfo *itdb_device_get_ipod_info (Itdb_Device *device);
const Itdb_IpodInfo *itdb_info_get_ipod_info_table (void);
+gboolean itdb_device_supports_artwork (Itdb_Device *device);
+gboolean itdb_device_supports_photo (Itdb_Device *device);
const gchar *itdb_info_get_ipod_model_name_string (Itdb_IpodModel model);
const gchar *itdb_info_get_ipod_generation_string (Itdb_IpodGeneration generation);