Corrected the docs on ast_manager_event_blob_create

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390398 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David M. Lee
2013-06-04 15:55:19 +00:00
parent 6d805dc04b
commit cc97274d3b

View File

@@ -401,7 +401,9 @@ struct ast_manager_event_blob {
/*!
* \since 12
* \brief Construct a \ref snapshot_manager_event.
* \brief Construct a \ref ast_manager_event_blob.
*
* The returned object is AO2 managed, so clean up with ao2_cleanup().
*
* \param event_flags Flags the event should be raised with.
* \param manager_event The event to be raised, should be a string literal.