Poll.timer
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( replacement = "Poll.new_timer" ) ]
public Poll.timer ()
Create a new poll object that can be used for scheduling cancellable timeouts.
A timeout is performed with wait. Multiple timeouts can be performed from different
threads.
Free-function: gst_poll_free
Returns:
a new Poll, or null in case of an error. Free with
free.
|