diff options
| author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-01-11 07:10:55 +0000 |
|---|---|---|
| committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-01-11 07:10:55 +0000 |
| commit | 4d8db35b6bdecf22b59d9dfa5835efa96ab32212 (patch) | |
| tree | d06c5b7bb275916821dacf79cf68b51afab4de05 /src/itdb.h | |
| parent | 052431a05ebeea2d8392070293b4ad887790eb7b (diff) | |
| download | libgpod-4d8db35b6bdecf22b59d9dfa5835efa96ab32212.tar.gz libgpod-4d8db35b6bdecf22b59d9dfa5835efa96ab32212.tar.xz libgpod-4d8db35b6bdecf22b59d9dfa5835efa96ab32212.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); |
