]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Corrected the docs on ast_manager_event_blob_create
authorDavid M. Lee <dlee@digium.com>
Tue, 4 Jun 2013 15:55:19 +0000 (15:55 +0000)
committerDavid M. Lee <dlee@digium.com>
Tue, 4 Jun 2013 15:55:19 +0000 (15:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390398 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/manager.h

index eebe0f886fc3ea37329f956b79b4dde80999f504..66935b4259b4ef53326af798341a5a58eb67bebc 100644 (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.