From: David M. Lee Date: Tue, 4 Jun 2013 15:55:19 +0000 (+0000) Subject: Corrected the docs on ast_manager_event_blob_create X-Git-Tag: 13.0.0-beta1~1737 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc97274d3b6392baa96e63fa183803185bd58019;p=thirdparty%2Fasterisk.git 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 --- diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h index eebe0f886f..66935b4259 100644 --- a/include/asterisk/manager.h +++ b/include/asterisk/manager.h @@ -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.