Function ostree_sys::ostree_repo_import_archive_to_mtree[][src]

pub unsafe extern "C" fn ostree_repo_import_archive_to_mtree(
    self_: *mut OstreeRepo,
    opts: *mut OstreeRepoImportArchiveOptions,
    archive: *mut c_void,
    mtree: *mut OstreeMutableTree,
    modifier: *mut OstreeRepoCommitModifier,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
) -> gboolean