pub unsafe extern "C" fn pw_context_connect(
    context: *mut pw_context,
    properties: *mut pw_properties,
    user_data_size: usize
) -> *mut pw_core
Expand description

Connect to a PipeWire instance

\param context a \ref pw_context \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. The core will have an id of \ref PW_ID_CORE (0)