Function loadorder_ffi::lo_get_active_plugins[][src]

#[no_mangle]
pub unsafe extern "C" fn lo_get_active_plugins(
    handle: lo_game_handle,
    plugins: *mut *mut *mut c_char,
    num_plugins: *mut size_t
) -> c_uint

Gets the list of currently active plugins.

If no plugins are active, the value pointed to by plugins will be null and num_plugins will point to zero.

Returns LIBLO_OK if successful, otherwise a LIBLO_ERROR_* code is returned.