提交 0d237485 authored 作者: Mathieu Rene's avatar Mathieu Rene

Add doxygen comment to switch_channel_set_private

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12378 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 0862be81
...@@ -398,6 +398,7 @@ SWITCH_DECLARE(const switch_state_handler_table_t *) switch_channel_get_state_ha ...@@ -398,6 +398,7 @@ SWITCH_DECLARE(const switch_state_handler_table_t *) switch_channel_get_state_ha
\param key unique keyname to associate your private data to \param key unique keyname to associate your private data to
\param private_info void pointer to private data \param private_info void pointer to private data
\return SWITCH_STATUS_SUCCESS if data was set \return SWITCH_STATUS_SUCCESS if data was set
\remarks set NULL to delete your private data
*/ */
SWITCH_DECLARE(switch_status_t) switch_channel_set_private(switch_channel_t *channel, const char *key, const void *private_info); SWITCH_DECLARE(switch_status_t) switch_channel_set_private(switch_channel_t *channel, const char *key, const void *private_info);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论