Add new functions to docs.

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gstbus.c:
Add new functions to docs.
This commit is contained in:
Wim Taymans 2006-02-13 13:57:29 +00:00
parent b37766658e
commit f1d62ae3f3
2 changed files with 5 additions and 2 deletions

View file

@ -95,6 +95,8 @@ gst_bus_sync_signal_handler
gst_bus_create_watch
gst_bus_add_watch_full
gst_bus_add_watch
gst_bus_disable_sync_message_emission
gst_bus_enable_sync_message_emission
gst_bus_async_signal_func
gst_bus_add_signal_watch
gst_bus_add_signal_watch_full
@ -115,6 +117,7 @@ GST_BUS_CAST
gst_bus_get_type
gst_bus_flags_get_type
gst_bus_sync_reply_get_type
GstBusPrivate
</SECTION>

View file

@ -935,9 +935,9 @@ gst_bus_sync_signal_handler (GstBus * bus, GstMessage * message, gpointer data)
* as this function is called.
*
* While this function looks similar to gst_bus_add_signal_watch(), it is not
* exactly the same -- this function enables <i>synchronous</i> emission of
* exactly the same -- this function enables <emphasis>synchronous</emphasis> emission of
* signals when messages arrive; gst_bus_add_signal_watch adds an idle callback
* to pop messages off the bus <i>asynchronously</a>. The sync-message signal
* to pop messages off the bus <emphasis>asynchronously</emphasis>. The sync-message signal
* comes from the thread of whatever object posted the message; the message
* signal is marshalled to the main thread via the main loop.
*