diff options
| author | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-05-12 07:21:55 +0000 |
|---|---|---|
| committer | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-05-12 07:21:55 +0000 |
| commit | ad85f0d325d454dd00f9f79557b81809423be87e (patch) | |
| tree | ac0af333ae1c6e18f651272df79c8170997cd098 /src/itdb.h | |
| parent | 63b5ffada4366939c12df0cefe4644fd13226920 (diff) | |
| download | libgpod-ad85f0d325d454dd00f9f79557b81809423be87e.tar.gz libgpod-ad85f0d325d454dd00f9f79557b81809423be87e.tar.xz libgpod-ad85f0d325d454dd00f9f79557b81809423be87e.zip | |
Minor documentation cleanups.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1430 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
@@ -1195,10 +1195,12 @@ void itdb_thumb_free (Itdb_Thumb *thumb); Itdb_Thumb *itdb_thumb_new (void); gchar *itdb_thumb_get_filename (Itdb_Device *device, Itdb_Thumb *thumb); +#ifndef LIBGPOD_DISABLE_DEPRECATED /* time functions */ time_t itdb_time_get_mac_time (void); time_t itdb_time_mac_to_host (time_t time); time_t itdb_time_host_to_mac (time_t time); +#endif /* Initialize a blank ipod */ gboolean itdb_init_ipod (const gchar *mountpoint, |
