mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge another small doxygen change from team/russell/chan_refcount to indicate
that a channel doesn't need to be locked before calling a certain function. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@90141 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -145,10 +145,15 @@ int ast_audiohook_detach(struct ast_audiohook *audiohook);
|
|||||||
*/
|
*/
|
||||||
int ast_audiohook_detach_list(struct ast_audiohook_list *audiohook_list);
|
int ast_audiohook_detach_list(struct ast_audiohook_list *audiohook_list);
|
||||||
|
|
||||||
/*! \brief Detach specified source audiohook from channel
|
/*!
|
||||||
|
* \brief Detach specified source audiohook from channel
|
||||||
|
*
|
||||||
* \param chan Channel to detach from
|
* \param chan Channel to detach from
|
||||||
* \param source Name of source to detach
|
* \param source Name of source to detach
|
||||||
|
*
|
||||||
* \return Returns 0 on success, -1 on failure
|
* \return Returns 0 on success, -1 on failure
|
||||||
|
*
|
||||||
|
* \note The channel does not need to be locked before calling this function.
|
||||||
*/
|
*/
|
||||||
int ast_audiohook_detach_source(struct ast_channel *chan, const char *source);
|
int ast_audiohook_detach_source(struct ast_channel *chan, const char *source);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user