[][src]Function ostree_sys::ostree_diff_dirs_with_options

pub unsafe extern "C" fn ostree_diff_dirs_with_options(
    flags: OstreeDiffFlags,
    a: *mut GFile,
    b: *mut GFile,
    modified: *mut GPtrArray,
    removed: *mut GPtrArray,
    added: *mut GPtrArray,
    options: *mut OstreeDiffDirsOptions,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
) -> gboolean