[Freeswitch-trunk] [commit] r12378 - freeswitch/trunk/src/include
FreeSWITCH SVN
mrene at freeswitch.org
Tue Mar 3 09:21:00 PST 2009
Author: mrene
Date: Tue Mar 3 11:21:00 2009
New Revision: 12378
Log:
Add doxygen comment to switch_channel_set_private
Modified:
freeswitch/trunk/src/include/switch_channel.h
Modified: freeswitch/trunk/src/include/switch_channel.h
==============================================================================
--- freeswitch/trunk/src/include/switch_channel.h (original)
+++ freeswitch/trunk/src/include/switch_channel.h Tue Mar 3 11:21:00 2009
@@ -398,6 +398,7 @@
\param key unique keyname to associate your private data to
\param private_info void pointer to private data
\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);
More information about the Freeswitch-trunk
mailing list