[][src]Function ostree_sys::ostree_repo_traverse_commit_union_with_parents

pub unsafe extern "C" fn ostree_repo_traverse_commit_union_with_parents(
    repo: *mut OstreeRepo,
    commit_checksum: *const c_char,
    maxdepth: c_int,
    inout_reachable: *mut GHashTable,
    inout_parents: *mut GHashTable,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
) -> gboolean