summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decoder.c2
-rw-r--r--instance.c2
-rw-r--r--log.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/decoder.c b/decoder.c
index 79ba8ef..a44a86a 100644
--- a/decoder.c
+++ b/decoder.c
@@ -70,7 +70,7 @@ static gboolean srd_check_init(void)
*
* @return List of decoders, NULL if none are supported or loaded.
*
- * @since 0.1.0 (but the API changed in 0.2.0)
+ * @since 0.2.0
*/
SRD_API const GSList *srd_decoder_list(void)
{
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)
diff --git a/log.c b/log.c
index a5ca214..7d3e061 100644
--- a/log.c
+++ b/log.c
@@ -162,7 +162,7 @@ SRD_API char *srd_log_logdomain_get(void)
*
* @return SRD_OK upon success, SRD_ERR_ARG upon invalid arguments.
*
- * @since 0.1.0
+ * @since 0.3.0
*/
SRD_API int srd_log_callback_set(srd_log_callback cb, void *cb_data)
{