gst/gstelement.c (gst_element_post_message): Doc update.

Original commit message from CVS:
2005-10-07  Andy Wingo  <wingo@pobox.com>

* gst/gstelement.c (gst_element_post_message): Doc update.
This commit is contained in:
Andy Wingo 2005-10-07 16:28:56 +00:00
parent 5ba9a47aaa
commit 7fe57d86a0
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2005-10-07 Andy Wingo <wingo@pobox.com>
* gst/gstelement.c (gst_element_post_message): Doc update.
* docs/gst/gstreamer-sections.txt: Update.
* gst/gstmessage.c (gst_message_new_application): Made into a

View file

@ -1333,7 +1333,9 @@ gst_element_query (GstElement * element, GstQuery * query)
* @element: a #GstElement posting the message
* @message: a #GstMessage to post
*
* Post a message on the element's #GstBus.
* Post a message on the element's #GstBus. This function takes ownership of the
* message; if you want to access the message after this call, you should add an
* additional reference before calling.
*
* Returns: TRUE if the message was successfully posted.
*