diff options
| author | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-01-11 07:10:55 +0000 |
|---|---|---|
| committer | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-01-11 07:10:55 +0000 |
| commit | a081855c3095a0579e0be2b85f088c7ea1db3c3a (patch) | |
| tree | d06c5b7bb275916821dacf79cf68b51afab4de05 /src/itdb.h | |
| parent | c1eac2dd34a743ee5a83a1a277d1e700664b4e6a (diff) | |
| download | libgpod-a081855c3095a0579e0be2b85f088c7ea1db3c3a.tar.gz libgpod-a081855c3095a0579e0be2b85f088c7ea1db3c3a.tar.xz libgpod-a081855c3095a0579e0be2b85f088c7ea1db3c3a.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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
