diff options
-rw-r--r-- | decoder.c | 2 | ||||
-rw-r--r-- | instance.c | 2 | ||||
-rw-r--r-- | log.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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) { @@ -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) @@ -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) { |