pub trait RTSPSessionPoolExtManual:
Sealed
+ IsA<RTSPSessionPool>
+ 'static {
// Provided method
fn create_watch<F>(
&self,
name: Option<&str>,
priority: Priority,
func: F,
) -> Source
where F: FnMut(&RTSPSessionPool) -> ControlFlow + Send + 'static { ... }
}
Provided Methods§
sourcefn create_watch<F>(
&self,
name: Option<&str>,
priority: Priority,
func: F,
) -> Source
fn create_watch<F>( &self, name: Option<&str>, priority: Priority, func: F, ) -> Source
Create a glib::Source
that will be dispatched when the session should be cleaned
up.
§Returns
Object Safety§
This trait is not object safe.