store_get_uri

Function store_get_uri 

Source
pub unsafe extern "C" fn store_get_uri(
    context: *mut c_context,
    store: *mut Store,
    callback: get_string_callback,
    user_data: *mut c_void,
) -> err
Expand description

@brief get the URI of a nix store @param[out] context Optional, stores error information @param[in] store nix store reference @param[in] callback Called with the URI. @param[in] user_data optional, arbitrary data, passed to the callback when it’s called. @see nix_get_string_callback @return error code, NIX_OK on success.