[][src]Function ostree_sys::ostree_repo_prune_from_reachable

pub unsafe extern "C" fn ostree_repo_prune_from_reachable(
    self_: *mut OstreeRepo,
    options: *mut OstreeRepoPruneOptions,
    out_objects_total: *mut c_int,
    out_objects_pruned: *mut c_int,
    out_pruned_object_size_total: *mut u64,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
) -> gboolean