diff options
author | Todd Zullinger <tmz@pobox.com> | 2008-08-02 03:02:11 -0400 |
---|---|---|
committer | Todd Zullinger <tmz@pobox.com> | 2008-11-14 12:14:43 -0500 |
commit | 027db7e774dba3fa0b33efafe4c76a10e7da3b72 (patch) | |
tree | baf806341052dbba706c097e1bbed567ad7341be /src/itdb_device.c | |
parent | d570e71c1d2634ad3d7e0bd418ba3695b62dd418 (diff) | |
download | libgpod-027db7e774dba3fa0b33efafe4c76a10e7da3b72.tar.gz libgpod-027db7e774dba3fa0b33efafe4c76a10e7da3b72.tar.xz libgpod-027db7e774dba3fa0b33efafe4c76a10e7da3b72.zip |
Documentation: mark functions added in 0.7.0
Diffstat (limited to 'src/itdb_device.c')
-rw-r--r-- | src/itdb_device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/itdb_device.c b/src/itdb_device.c index fb4d519..ea28056 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -1360,6 +1360,8 @@ 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. + * + * Since: 0.7.0 */ gboolean itdb_device_supports_video (const Itdb_Device *device) { |