diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-04 09:48:02 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-04 09:48:02 +0000 |
| commit | a4a9110db93bf0e4087fe92ab3048c3ecc077de8 (patch) | |
| tree | 3ab46585966bebfddb36ea762ff784a23d5c80c9 /src/ipod-device.h | |
| parent | b5e3141da6d37b1d4ea5103d32aa62e28203ecf9 (diff) | |
2005-11-04 Christophe Fergeau <teuf@gnome.org>
* src/ipod-device.c: (ipod_device_new):
* src/ipod-device.h:
* src/itdb.h:
* src/itdb_itunesdb.c: (itdb_free), (itdb_parse),
(itdb_shuffle_write), (itdb_set_mountpoint): added an IpodDevice
element to Itdb_iTunesDB. This makes it possible for libgpod to know
the type (regular/nano/mini/video/...) of the iPod it's currently
dealing with (which is necessary for proper cover art support for
example)
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1139 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/ipod-device.h')
| -rw-r--r-- | src/ipod-device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipod-device.h b/src/ipod-device.h index 68b3f2a..726ca36 100644 --- a/src/ipod-device.h +++ b/src/ipod-device.h @@ -170,7 +170,7 @@ enum { }; GType itdb_device_get_type(void); -IpodDevice *itdb_device_new(gchar *mount_point); +IpodDevice *itdb_device_new(const gchar *mount_point); gboolean itdb_device_rescan_disk(IpodDevice *device); guint itdb_device_eject(IpodDevice *device, GError **error); guint itdb_device_reboot(IpodDevice *device, GError **error_out); |
