Function pipewire_sys::pw_context_connect_self
source · pub unsafe extern "C" fn pw_context_connect_self(
context: *mut pw_context,
properties: *mut pw_properties,
user_data_size: usize
) -> *mut pw_core
Expand description
Connect to a given PipeWire instance
\param context a \ref pw_context to connect to \param properties optional properties, ownership of the properties is taken. \param user_data_size extra user data size
\return a \ref pw_core on success or NULL with errno set on error