summaryrefslogtreecommitdiffstats
path: root/src/itdb_photoalbum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/itdb_photoalbum.c')
-rw-r--r--src/itdb_photoalbum.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/itdb_photoalbum.c b/src/itdb_photoalbum.c
index 04e29cd..84febf7 100644
--- a/src/itdb_photoalbum.c
+++ b/src/itdb_photoalbum.c
@@ -121,7 +121,7 @@ static void error_no_photos_dir (const gchar *mp, GError **error)
* Retrieve the Photo directory by
* first calling itdb_get_control_dir() and then adding 'Photos'
*
- * Return value: path to the Artwork directory or NULL if
+ * Returns: path to the Artwork directory or NULL if
* non-existent. Must g_free() after use.
*
* Since: 0.4.0
@@ -151,7 +151,7 @@ gchar *itdb_get_photos_dir (const gchar *mountpoint)
*
* Retrieve a path to the Photo DB
*
- * Return value: path to the PhotoDB or NULL if non-existent. Must
+ * Returns: path to the PhotoDB or NULL if non-existent. Must
* g_free() after use.
*
* Since: 0.4.0
@@ -180,7 +180,7 @@ gchar *itdb_get_photodb_path (const gchar *mountpoint)
* Retrieve the Photo Thumbnail directory by
* first calling itdb_get_control_dir() and then adding 'Photos/Thumbs'
*
- * Return value: path to the Artwork directory or NULL if
+ * Returns: path to the Artwork directory or NULL if
* non-existent. Must g_free() after use.
*
* Since: 0.4.0
@@ -212,7 +212,7 @@ gchar *itdb_get_photos_thumb_dir (const gchar *mountpoint)
*
* Parses the photo database of an iPod mounted at @mp.
*
- * Return value: the imported PhotoDB or NULL in case of an error.
+ * Returns: the imported PhotoDB or NULL in case of an error.
*
* Since: 0.4.0
*/
@@ -252,7 +252,7 @@ Itdb_PhotoDB *itdb_photodb_parse (const gchar *mp, GError **error)
* Creates a new Itdb_PhotoDB. If mountpoint is NULL, you will have to
* set it manually later by calling itdb_device_set_mountpoint().
*
- * Return value: a newly created Itdb_PhotoDB to be freed with
+ * Returns: a newly created Itdb_PhotoDB to be freed with
* itdb_photodb_free() when it's no longer needed. The Photo Library
* Album is created automatically.
*
@@ -488,7 +488,7 @@ static Itdb_Artwork *itdb_photodb_add_photo_internal (Itdb_PhotoDB *db,
* %GDK_PIXBUF_ROTATE_NONE, %GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE,
* %GDK_PIXBUF_ROTATE_UPSIDEDOWN, AND %GDK_PIXBUF_ROTATE_CLOCKWISE.
*
- * Return value: a pointer to the added photo.
+ * Returns: a pointer to the added photo.
*
* Since: 0.4.0
*/
@@ -525,7 +525,7 @@ Itdb_Artwork *itdb_photodb_add_photo (Itdb_PhotoDB *db,
* %GDK_PIXBUF_ROTATE_NONE, %GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE,
* %GDK_PIXBUF_ROTATE_UPSIDEDOWN, AND %GDK_PIXBUF_ROTATE_CLOCKWISE.
*
- * Return value: a pointer to the added photo.
+ * Returns: a pointer to the added photo.
*
* Since: 0.4.0
*/
@@ -562,7 +562,7 @@ Itdb_Artwork *itdb_photodb_add_photo_from_data (Itdb_PhotoDB *db,
* %GDK_PIXBUF_ROTATE_NONE, %GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE,
* %GDK_PIXBUF_ROTATE_UPSIDEDOWN, AND %GDK_PIXBUF_ROTATE_CLOCKWISE.
*
- * Return value: a pointer to the added photo.
+ * Returns: a pointer to the added photo.
*
* Since: 0.5.0
*/
@@ -638,7 +638,7 @@ void itdb_photodb_remove_photo (Itdb_PhotoDB *db,
* Find the first photoalbum with a given name or the Photo Library
* Album if called with no name.
*
- * Return value: a pointer to the first photoalbum named @albumname,
+ * Returns: a pointer to the first photoalbum named @albumname,
* else NULL
*
* Since: 0.4.2
@@ -741,7 +741,7 @@ void itdb_photodb_photoalbum_add_photo (Itdb_PhotoDB *db,
*
* Create and add a new photoalbum.
*
- * Return value: the album which was created and added.
+ * Returns: the album which was created and added.
*
* Since: 0.4.2
*/
@@ -772,7 +772,7 @@ Itdb_PhotoAlbum *itdb_photodb_photoalbum_create (Itdb_PhotoDB *db,
*
* FIXME: error is not set yet.
*
- * Return value: TRUE on success, FALSE on error, in which case @error is
+ * Returns: TRUE on success, FALSE on error, in which case @error is
* set accordingly.
*
* Since: 0.4.0