Doxygen: Add missing parameter docs.
This commit is contained in:
parent
63c290b984
commit
85222791a9
|
@ -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.
|
* @param cb Function to call when a chunk of data is received.
|
||||||
* Must not be NULL.
|
* 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.
|
* @return SR_OK upon success, SR_ERR_BUG if no session exists.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue