[][src]Function ostree_sys::ostree_repo_traverse_commit

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