diff options
author | Todd Zullinger <tmz@pobox.com> | 2008-08-07 00:20:57 -0400 |
---|---|---|
committer | Todd Zullinger <tmz@pobox.com> | 2008-11-14 12:14:43 -0500 |
commit | 4d2fe3aaf416ecef682130a0a6d0c89a29cd15af (patch) | |
tree | 21e2eb2af9f37dc65d02a037f3daab1288bb1e3a | |
parent | 027db7e774dba3fa0b33efafe4c76a10e7da3b72 (diff) | |
download | libgpod-4d2fe3aaf416ecef682130a0a6d0c89a29cd15af.tar.gz libgpod-4d2fe3aaf416ecef682130a0a6d0c89a29cd15af.tar.xz libgpod-4d2fe3aaf416ecef682130a0a6d0c89a29cd15af.zip |
Documentation: mark functions added in 0.6.0
-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; |