]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add doxygen comment to switch_channel_set_private
authorMathieu Rene <mrene@avgs.ca>
Tue, 3 Mar 2009 17:21:00 +0000 (17:21 +0000)
committerMathieu Rene <mrene@avgs.ca>
Tue, 3 Mar 2009 17:21:00 +0000 (17:21 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12378 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_channel.h

index 4824a0c8a33808b802ce76a1ad69f77191e477e8..cb88143e8c8404d945b31387dcb83b51bec6e424 100644 (file)
@@ -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 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);