[][src]Function ostree_sys::ostree_repo_import_object_from

pub unsafe extern "C" fn ostree_repo_import_object_from(
    self_: *mut OstreeRepo,
    source: *mut OstreeRepo,
    objtype: OstreeObjectType,
    checksum: *const c_char,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
) -> gboolean