summaryrefslogtreecommitdiffstats
path: root/src/itdb_private.h
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2008-05-11 07:17:29 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2008-05-11 07:17:29 +0000
commit9f188ee8a1e8524df0ce1353d54e48d5934f0e43 (patch)
tree6947112a14808c0192fe61381e9ddde904b4bf95 /src/itdb_private.h
parent20bb4a2d6214a89d2838b885b400ab79061fa7a9 (diff)
downloadlibgpod-tmz-9f188ee8a1e8524df0ce1353d54e48d5934f0e43.tar.gz
libgpod-tmz-9f188ee8a1e8524df0ce1353d54e48d5934f0e43.tar.xz
libgpod-tmz-9f188ee8a1e8524df0ce1353d54e48d5934f0e43.zip
* src/itdb_photoalbum.c
src/itdb_private.h src/db-artwork-writer.c: renamed itdb_get_free_photo_id() to itdb_get_max_photo_id() and implemented Jacob Hoffman-Andrew's patch about the photo_ids and album_ids being shared. * tests/test-covers.c: print more info (marginally) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1971 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb_private.h')
-rw-r--r--src/itdb_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itdb_private.h b/src/itdb_private.h
index 7e9e410..2417423 100644
--- a/src/itdb_private.h
+++ b/src/itdb_private.h
@@ -146,7 +146,7 @@ G_GNUC_INTERNAL void itdb_splr_free (Itdb_SPLRule *splr);
G_GNUC_INTERNAL const gchar *itdb_photodb_get_mountpoint (Itdb_PhotoDB *photodb);
G_GNUC_INTERNAL gchar *db_get_mountpoint (Itdb_DB *db);
G_GNUC_INTERNAL Itdb_Device *db_get_device(Itdb_DB *db);
-G_GNUC_INTERNAL gint itdb_get_free_photo_id ( Itdb_PhotoDB *db );
+G_GNUC_INTERNAL gint itdb_get_max_photo_id ( Itdb_PhotoDB *db );
G_GNUC_INTERNAL Itdb_iTunesDB *db_get_itunesdb (Itdb_DB *db);
G_GNUC_INTERNAL Itdb_PhotoDB *db_get_photodb (Itdb_DB *db);
G_GNUC_INTERNAL gint itdb_thumb_get_byteorder (ItdbThumbFormat format);