Function ostree_sys::ostree_repo_remote_gpg_import[][src]

pub unsafe extern "C" fn ostree_repo_remote_gpg_import(
    self_: *mut OstreeRepo,
    name: *const c_char,
    source_stream: *mut GInputStream,
    key_ids: *const *const c_char,
    out_imported: *mut c_uint,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
) -> gboolean