summaryrefslogtreecommitdiff
path: root/instance.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-05-04 20:25:17 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2014-05-04 20:25:17 +0200
commitc57d10136f77a9011c1179d584dca68fecb12b09 (patch)
treefe510a165fdb8714f66bba4969eabf00259610f2 /instance.c
parentaf9527d1776668699a4c1244a419902af47f8493 (diff)
downloadlibsigrokdecode-c57d10136f77a9011c1179d584dca68fecb12b09.tar.gz
libsigrokdecode-c57d10136f77a9011c1179d584dca68fecb12b09.zip
Update a few Doxygen @since tags.
Diffstat (limited to 'instance.c')
-rw-r--r--instance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/instance.c b/instance.c
index 64fed53..5f48b71 100644
--- a/instance.c
+++ b/instance.c
@@ -192,7 +192,7 @@ static gint compare_channel_id(const struct srd_channel *pdch,
*
* @return SRD_OK upon success, a (negative) error code otherwise.
*
- * @since 0.1.0
+ * @since 0.3.0
*/
SRD_API int srd_inst_channel_set_all(struct srd_decoder_inst *di,
GHashTable *new_channels, int unit_size)