[][src]Function package_kit_glib_sys::pk_client_install_signature_async

pub unsafe extern "C" fn pk_client_install_signature_async(
    client: *mut PkClient,
    type_: PkSigTypeEnum,
    key_id: *const c_char,
    package_id: *const c_char,
    cancellable: *mut GCancellable,
    progress_callback: PkProgressCallback,
    progress_user_data: gpointer,
    callback_ready: GAsyncReadyCallback,
    user_data: gpointer
)