summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-01-11 07:10:55 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-01-11 07:10:55 +0000
commit517d4c9dca936c1a0ccb93271a3fa492df9951fc (patch)
treed06c5b7bb275916821dacf79cf68b51afab4de05 /src/itdb.h
parent22851021f35d76c849b55da808da2b3e44eef3c7 (diff)
downloadlibgpod-517d4c9dca936c1a0ccb93271a3fa492df9951fc.tar.gz
libgpod-517d4c9dca936c1a0ccb93271a3fa492df9951fc.tar.xz
libgpod-517d4c9dca936c1a0ccb93271a3fa492df9951fc.zip
Add PhotoDB functions to the docs.
Incorporate usage overviews from README into the docs. Fix a few doc comments to allow gtk-doc to parse them. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1356 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itdb.h b/src/itdb.h
index 66bbcac..af728fd 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -1033,7 +1033,7 @@ Itdb_PhotoAlbum *itdb_photodb_photoalbum_create (Itdb_PhotoDB *db,
gint pos);
Itdb_PhotoDB *itdb_photodb_create (const gchar *mountpoint);
void itdb_photodb_free (Itdb_PhotoDB *photodb);
-gboolean itdb_photodb_write (Itdb_PhotoDB *db, GError **error);
+gboolean itdb_photodb_write (Itdb_PhotoDB *photodb, GError **error);
void itdb_photodb_remove_photo (Itdb_PhotoDB *db,
Itdb_PhotoAlbum *album,
Itdb_Artwork *photo);