*
* @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)
{
*
* @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)
*
* @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)
{