diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/itdb_device.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/itdb_device.c b/src/itdb_device.c index ea28056..ff2500a 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -1600,7 +1600,9 @@ static void itdb_device_set_timezone_info (Itdb_Device *device) * (iPod classic/fat nanos) * * Return value: the guint64 firewire id, or 0 if we don't know it - **/ + * + * Since: 0.6.0 + */ guint64 itdb_device_get_firewire_id (const Itdb_Device *device) { gchar *fwid; |