Packages
gstreamer-0.10
Gst
Bus
Bus
add_signal_watch
add_signal_watch_full
add_watch
add_watch_full
async_signal_func
create_watch
disable_sync_message_emission
enable_sync_message_emission
have_pending
peek
poll
pop
pop_filtered
post
remove_signal_watch
set_flushing
set_sync_handler
sync_signal_handler
timed_pop
timed_pop_filtered
message
sync_message
Stays crunchy ...
... even in milk.
Valadoc
Vala
Tutorial
Vala Journal
API-References
Markup
About
pop
Description:
public
Message
?
pop
()
Get a message from the bus.
Returns:
the
Message
that is on the bus, or NULL if the bus is empty. The message is taken from the bus and needs to be unreffed with
unref
after usage. MT safe.