Function pw_context_find_global

Source
pub unsafe extern "C" fn pw_context_find_global(
    context: *mut pw_context,
    id: u32,
) -> *mut pw_global
Expand description

Find a context global by id.

\return The global on success, or NULL on failure. If id is \ref PW_ID_CORE, this function will always return a non-NULL value.