summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorP.G. Richardson <phantom_sf@users.sourceforge.net>2008-08-09 17:00:34 +0000
committerP.G. Richardson <phantom_sf@users.sourceforge.net>2008-08-09 17:00:34 +0000
commit216dd13bdd642144c7a595fed877fc6434abb046 (patch)
tree969140235d5b8138455c45c31870d9ad8f06e8f1 /src/itdb.h
parentca547c3a589d9d658e849b2a397c61213f14b5a7 (diff)
downloadlibgpod-tmz-216dd13bdd642144c7a595fed877fc6434abb046.tar.gz
libgpod-tmz-216dd13bdd642144c7a595fed877fc6434abb046.tar.xz
libgpod-tmz-216dd13bdd642144c7a595fed877fc6434abb046.zip
2008-08-09 Paul Richardson <phantom_sf at users.sourceforge.net>
* Added eclipse project related files to svn:ignore * src/db-artwork-parser.c src/itdb.h src/itdb_photoalbum.c: Added to Itdb_PhotoAlbum, a reference to its parent Photo DB. When albums are constructed upon loading of the Photo DB, the reference is added as part of initialisation. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2096 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/itdb.h b/src/itdb.h
index 49d2d3c..d53f588 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -549,6 +549,7 @@ struct _Itdb_iTunesDB
struct _Itdb_PhotoAlbum
{
+ Itdb_PhotoDB *photodb; /* database to which this album belongs */
gchar *name; /* name of photoalbum in UTF8 */
GList *members; /* photos in album (Itdb_Artwork *) */
guint8 album_type; /* 0x01 for master (Photo Library),