summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2007-09-04 16:10:05 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2007-09-04 16:10:05 +0000
commit26902285063384bd9e8b962be65c9cd5c1a802b4 (patch)
treef0254dd89ff01418e0e589ae346587486f81d355 /src/itdb.h
parent5f00b9b1c0f775d72c89869927743061787ea3f6 (diff)
downloadlibgpod-26902285063384bd9e8b962be65c9cd5c1a802b4.tar.gz
libgpod-26902285063384bd9e8b962be65c9cd5c1a802b4.tar.xz
libgpod-26902285063384bd9e8b962be65c9cd5c1a802b4.zip
* itdb_itunesdb.c (itdb_get_control_dir):
added support for iPhones * itdb.h: added ITDB_IPOD_MODEL_IPHONE_1 enum * itdb_device.c: added iPhone description TODO: define artwork definition in itdb_device.c -- currently artwork is not supported. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1690 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/itdb.h b/src/itdb.h
index 7451b15..fa3274c 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -107,7 +107,8 @@ typedef enum {
ITDB_IPOD_MODEL_NANO_SILVER,
ITDB_IPOD_MODEL_NANO_BLUE,
ITDB_IPOD_MODEL_NANO_GREEN,
- ITDB_IPOD_MODEL_NANO_PINK
+ ITDB_IPOD_MODEL_NANO_PINK,
+ ITDB_IPOD_MODEL_IPHONE_1
} Itdb_IpodModel;
struct _Itdb_IpodInfo {