summaryrefslogtreecommitdiffstats
path: root/src/itdb_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/itdb_device.c')
-rw-r--r--src/itdb_device.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 1b47018..b035c30 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -649,7 +649,7 @@ static void itdb_device_reset_sysinfo (Itdb_Device *device)
*
* Creates a new #Itdb_Device structure
*
- * Return value: a newly allocated #Itdb_Device which must be freed with
+ * Returns: a newly allocated #Itdb_Device which must be freed with
* itdb_device_free() when no longer needed
*
* Since: 0.4.0
@@ -759,7 +759,7 @@ static void itdb_device_read_sysinfo_extended (Itdb_Device *device)
* Reads the SysInfo file and stores information in device->sysinfo for
* later use.
*
- * Return value: TRUE if file could be read, FALSE otherwise
+ * Returns: TRUE if file could be read, FALSE otherwise
*
* Since: 0.4.0
*/
@@ -840,7 +840,7 @@ static void write_sysinfo_entry (const gchar *key,
* Fills the SysInfo file with information in device->sysinfo. Note:
* no directories are created if not already existent.
*
- * Return value: TRUE if file could be read, FALSE otherwise
+ * Returns: TRUE if file could be read, FALSE otherwise
*
* Since: 0.4.0
*/
@@ -897,7 +897,7 @@ gboolean itdb_device_write_sysinfo (Itdb_Device *device, GError **error)
*
* Retrieve specified field from the SysInfo file.
*
- * Return value: the information associated with @field, or NULL if @field
+ * Returns: the information associated with @field, or NULL if @field
* couldn't be found. g_free() after use
*
* Since: 0.4.0
@@ -948,7 +948,7 @@ void itdb_device_set_sysinfo (Itdb_Device *device,
*
* Retrieve the #Itdb_IpodInfo entry for this iPod
*
- * Return value: the #Itdb_IpodInfo entry for this iPod
+ * Returns: the #Itdb_IpodInfo entry for this iPod
*
* Since: 0.4.0
*/
@@ -1176,7 +1176,7 @@ itdb_device_musicdirs_number (Itdb_Device *device)
*
* Check if endianess can be determined by looking at header of @path.
*
- * Return value: G_LITTLE_ENDIAN, G_BIG_ENDIAN or 0 if endianess could not be
+ * Returns: G_LITTLE_ENDIAN, G_BIG_ENDIAN or 0 if endianess could not be
* determined.
*/
static guint endianess_check_path (const gchar *path, const gchar *hdr)
@@ -1286,7 +1286,7 @@ itdb_device_autodetect_endianess (Itdb_Device *device)
* Return a pointer to the start of valid iPod model descriptions,
* which is an array of #Itdb_IpodInfo entries.
*
- * Return value: a pointer to the array of #Itdb_IpodInfo entries.
+ * Returns: a pointer to the array of #Itdb_IpodInfo entries.
*
* Since: 0.4.0
*/
@@ -1302,7 +1302,7 @@ const Itdb_IpodInfo *itdb_info_get_ipod_info_table (void)
*
* Return the iPod's generic model name, like "Color", "Nano"...
*
- * Return value: a pointer to the model name. This is a static string
+ * Returns: a pointer to the model name. This is a static string
* and must not be g_free()d.
*
* Since: 0.4.0
@@ -1329,7 +1329,7 @@ const gchar *itdb_info_get_ipod_model_name_string (Itdb_IpodModel model)
* Return the iPod's generic generation name, like "First Generation",
* "Mobile Phone"...
*
- * Return value: a pointer to the generation name. This is a static
+ * Returns: a pointer to the generation name. This is a static
* string and must not be g_free()d.
*
* Since: 0.4.0
@@ -1358,7 +1358,7 @@ const gchar *itdb_info_get_ipod_generation_string (Itdb_IpodGeneration generatio
* with a non-art capable iPod, no artwork data will be written to the
* iPod so you can spare calls to the artwork handling methods.
*
- * Return value: true if @device can display artwork.
+ * Returns: true if @device can display artwork.
*
* Since: 0.5.0
*/
@@ -1380,7 +1380,7 @@ gboolean itdb_device_supports_artwork (const Itdb_Device *device)
*
* Indicates whether @device can play videos or not.
*
- * Return value: true if @device can play videos.
+ * Returns: true if @device can play videos.
*
* Since: 0.7.0
*/
@@ -1428,7 +1428,7 @@ gboolean itdb_device_supports_video (const Itdb_Device *device)
*
* Indicates whether @device can display photos or not.
*
- * Return value: true if @device can display photos.
+ * Returns: true if @device can display photos.
*
* Since: 0.5.0
*/
@@ -1622,7 +1622,7 @@ static void itdb_device_set_timezone_info (Itdb_Device *device)
* iTunesDB checksum which is expected by newer iPod models
* (iPod classic/fat nanos)
*
- * Return value: the guint64 firewire id, or 0 if we don't know it
+ * Returns: the guint64 firewire id, or 0 if we don't know it
*
* Since: 0.6.0
*/
@@ -1697,7 +1697,7 @@ G_GNUC_INTERNAL gboolean itdb_device_requires_checksum (Itdb_Device *device)
*
* Return the storage info for this iPod
*
- * Return value: TRUE if storage info could be obtained, FALSE otherwise
+ * Returns: TRUE if storage info could be obtained, FALSE otherwise
*/
gboolean itdb_device_get_storage_info (Itdb_Device *device, guint64 *capacity, guint64 *free)
{