Function gst::ffi::g_thread_create_full [−][src]
pub unsafe extern "C" fn g_thread_create_full(
func: GThreadFunc,
data: gpointer,
stack_size: gulong,
joinable: gboolean,
bound: gboolean,
priority: GThreadPriority,
error: *mut *mut GError
) -> *mut GThread