diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-04-14 11:16:29 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-04-14 11:16:29 +0000 |
| commit | 51335471c6d3ba50a65fc947a1649763c65d35f2 (patch) | |
| tree | 088c57e37d1ce81758042d46063a40b908e6171b /src/itdb.h | |
| parent | 0ee5ea2fe9b7dfeea4f89ac69aca3d063a9d8cc8 (diff) | |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
