X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=session_file.c;h=880ef6db9c24910f4421fdad15681eadb40966ba;hb=4711724141f9073af8b2493c3fc6a643d5c77cbe;hp=e8ad2107e4793a28ad229844dd12ad3baf067c81;hpb=768579456c7800e462a404c2c28af1e306989fd8;p=libsigrok.git diff --git a/session_file.c b/session_file.c index e8ad2107..880ef6db 100644 --- a/session_file.c +++ b/session_file.c @@ -232,6 +232,8 @@ SR_API int sr_session_load(const char *filename) * @retval SR_OK Success * @retval SR_ERR_ARG Invalid arguments * @retval SR_ERR Other errors + * + * @since 0.2.0 */ SR_API int sr_session_save(const char *filename, const struct sr_dev_inst *sdi, unsigned char *buf, int unitsize, int units) @@ -286,6 +288,8 @@ SR_API int sr_session_save(const char *filename, const struct sr_dev_inst *sdi, * @retval SR_OK Success * @retval SR_ERR_ARG Invalid arguments * @retval SR_ERR Other errors + * + * @since 0.3.0 */ SR_API int sr_session_save_init(const char *filename, uint64_t samplerate, char **channels) @@ -377,6 +381,8 @@ SR_API int sr_session_save_init(const char *filename, uint64_t samplerate, * @retval SR_OK Success * @retval SR_ERR_ARG Invalid arguments * @retval SR_ERR Other errors + * + * @since 0.3.0 */ SR_API int sr_session_append(const char *filename, unsigned char *buf, int unitsize, int units)