X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=session.c;h=5177dba071f74ca745ba3b7d45e39e8ce465535a;hb=ac046ef8cf64098fc20030fe60b345cd563f72f8;hp=21bd3d4d814f7ee5a867ae5179d6cc0ae5627ffe;hpb=2726474a619e5d9a9bfcf797a5e306f4496a4545;p=libsigrok.git diff --git a/session.c b/session.c index 21bd3d4d..5177dba0 100644 --- a/session.c +++ b/session.c @@ -250,6 +250,7 @@ SR_API int sr_session_datafeed_callback_remove_all(void) * * @param cb Function to call when a chunk of data is received. * Must not be NULL. + * @param cb_data Opaque pointer passed in by the caller. * * @return SR_OK upon success, SR_ERR_BUG if no session exists. */