- GpgmeAttr
deprecated alias GpgmeAttr = gpgme_attr_t
Undocumented in source.
- GpgmeCtx
deprecated alias GpgmeCtx = gpgme_ctx_t
Undocumented in source.
- GpgmeData
deprecated alias GpgmeData = gpgme_data_t
Undocumented in source.
- GpgmeDataCbs
deprecated alias GpgmeDataCbs = gpgme_data_cbs
Undocumented in source.
- GpgmeDataEncoding
deprecated alias GpgmeDataEncoding = gpgme_data_encoding_t
Undocumented in source.
- GpgmeDataReadCb
deprecated alias GpgmeDataReadCb = gpgme_data_read_cb_t
Undocumented in source.
- GpgmeDataReleaseCb
deprecated alias GpgmeDataReleaseCb = gpgme_data_release_cb_t
Undocumented in source.
- GpgmeDataSeekCb
deprecated alias GpgmeDataSeekCb = gpgme_data_seek_cb_t
Undocumented in source.
- GpgmeDataWriteCb
deprecated alias GpgmeDataWriteCb = gpgme_data_write_cb_t
Undocumented in source.
- GpgmeEncryptResult
deprecated alias GpgmeEncryptResult = gpgme_encrypt_result_t
Undocumented in source.
- GpgmeEngineInfo
deprecated alias GpgmeEngineInfo = gpgme_engine_info_t
Undocumented in source.
- GpgmeError
deprecated alias GpgmeError = gpgme_error_t
Undocumented in source.
- GpgmeEventIO
deprecated alias GpgmeEventIO = gpgme_event_io_t
Undocumented in source.
- GpgmeEventIOCb
deprecated alias GpgmeEventIOCb = gpgme_event_io_cb_t
Undocumented in source.
- GpgmeGenKeyResult
deprecated alias GpgmeGenKeyResult = gpgme_genkey_result_t
Undocumented in source.
- GpgmeHashAlgo
deprecated alias GpgmeHashAlgo = gpgme_hash_algo_t
Undocumented in source.
- GpgmeIOCb
deprecated alias GpgmeIOCb = gpgme_io_cb_t
Undocumented in source.
- GpgmeIOCbs
deprecated alias GpgmeIOCbs = gpgme_io_cbs
Undocumented in source.
- GpgmeImportResult
deprecated alias GpgmeImportResult = gpgme_import_result_t
Undocumented in source.
- GpgmeImportStatus
deprecated alias GpgmeImportStatus = gpgme_import_status_t
Undocumented in source.
- GpgmeKey
deprecated alias GpgmeKey = gpgme_key_t
Undocumented in source.
- GpgmeKeySig
deprecated alias GpgmeKeySig = gpgme_key_sig_t
Undocumented in source.
- GpgmePassphraseCb
deprecated alias GpgmePassphraseCb = gpgme_passphrase_cb_t
Undocumented in source.
- GpgmeProgressCb
deprecated alias GpgmeProgressCb = gpgme_progress_cb_t
Undocumented in source.
- GpgmeProtocol
deprecated alias GpgmeProtocol = gpgme_protocol_t
Undocumented in source.
- GpgmePubKeyAlgo
deprecated alias GpgmePubKeyAlgo = gpgme_pubkey_algo_t
Undocumented in source.
- GpgmeRegisterIOCb
deprecated alias GpgmeRegisterIOCb = gpgme_register_io_cb_t
Undocumented in source.
- GpgmeRemoveIOCb
deprecated alias GpgmeRemoveIOCb = gpgme_remove_io_cb_t
Undocumented in source.
- GpgmeSigMode
deprecated alias GpgmeSigMode = gpgme_sig_mode_t
Undocumented in source.
- GpgmeSigNotation
deprecated alias GpgmeSigNotation = gpgme_sig_notation_t
Undocumented in source.
- GpgmeSigStat
deprecated alias GpgmeSigStat = gpgme_sig_stat_t
Undocumented in source.
- GpgmeSignature
deprecated alias GpgmeSignature = gpgme_signature_t
Undocumented in source.
- GpgmeStatusCode
deprecated alias GpgmeStatusCode = gpgme_status_code_t
Undocumented in source.
- GpgmeSubkey
deprecated alias GpgmeSubkey = gpgme_subkey_t
Undocumented in source.
- GpgmeTrustItem
deprecated alias GpgmeTrustItem = gpgme_trust_item_t
Undocumented in source.
- GpgmeUserID
deprecated alias GpgmeUserID = gpgme_user_id_t
Undocumented in source.
- GpgmeValidity
deprecated alias GpgmeValidity = gpgme_validity_t
Undocumented in source.
- GpgmeVerifyResult
deprecated alias GpgmeVerifyResult = gpgme_verify_result_t
Undocumented in source.
- ctx_op_data_t
alias ctx_op_data_t = ctx_op_data*
Undocumented in source.
- engine_assuan_result_cb_t
alias engine_assuan_result_cb_t = gpgme_error_t function(void* priv, gpgme_error_t result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- engine_colon_line_handler_t
alias engine_colon_line_handler_t = gpgme_error_t function(void* priv, char* line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- engine_command_handler_t
alias engine_command_handler_t = gpgme_error_t function(void* priv, gpgme_status_code_t code, const(char*) keyword, int fd, int* processed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- engine_status_handler_t
alias engine_status_handler_t = gpgme_error_t function(void* priv, gpgme_status_code_t code, char* args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- engine_t
alias engine_t = engine*
Undocumented in source.
- fd_table_t
alias fd_table_t = fd_table*
Undocumented in source.
- gpgme_assuan_data_cb_t
alias gpgme_assuan_data_cb_t = gpgme_error_t function(void* opaque, const(void*) data, size_t datalen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_assuan_inquire_cb_t
alias gpgme_assuan_inquire_cb_t = gpgme_error_t function(void* opaque, const(char*) name, const(char*) args, gpgme_data_t* r_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_assuan_result_t
alias gpgme_assuan_result_t = _gpgme_op_assuan_result*
Undocumented in source.
- gpgme_assuan_status_cb_t
alias gpgme_assuan_status_cb_t = gpgme_error_t function(void* opaque, const(char*) status, const(char*) args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_attr_t
deprecated alias gpgme_attr_t = _gpgme_attr_t
Undocumented in source.
- gpgme_conf_arg_t
alias gpgme_conf_arg_t = gpgme_conf_arg*
Undocumented in source.
- gpgme_conf_comp_t
alias gpgme_conf_comp_t = gpgme_conf_comp*
Undocumented in source.
- gpgme_conf_opt_t
alias gpgme_conf_opt_t = gpgme_conf_opt*
Undocumented in source.
- gpgme_ctx_t
alias gpgme_ctx_t = gpgme_context*
Undocumented in source.
- gpgme_data_cbs_t
alias gpgme_data_cbs_t = gpgme_data_cbs*
Undocumented in source.
- gpgme_data_get_fd_cb
alias gpgme_data_get_fd_cb = int function(gpgme_data_t dh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_read_cb
alias gpgme_data_read_cb = ptrdiff_t function(gpgme_data_t dh, void* buffer, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_read_cb_t
alias gpgme_data_read_cb_t = ptrdiff_t function(void* handle, void* buffer, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_release_cb
alias gpgme_data_release_cb = void function(gpgme_data_t dh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_release_cb_t
alias gpgme_data_release_cb_t = void function(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_seek_cb
alias gpgme_data_seek_cb = off_t function(gpgme_data_t dh, off_t offset, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_seek_cb_t
alias gpgme_data_seek_cb_t = off_t function(void* handle, off_t offset, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_t
alias gpgme_data_t = gpgme_data*
Undocumented in source.
- gpgme_data_write_cb
alias gpgme_data_write_cb = ptrdiff_t function(gpgme_data_t dh, const(void*) buffer, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_write_cb_t
alias gpgme_data_write_cb_t = ptrdiff_t function(void* handle, const(void*) buffer, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_decrypt_result_t
alias gpgme_decrypt_result_t = _gpgme_op_decrypt_result*
Undocumented in source.
- gpgme_edit_cb_t
alias gpgme_edit_cb_t = gpgme_error_t function(void* opaque, gpgme_status_code_t status, const(char*) args, int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_encrypt_result_t
alias gpgme_encrypt_result_t = _gpgme_op_encrypt_result*
Undocumented in source.
- gpgme_engine_info_t
alias gpgme_engine_info_t = _gpgme_engine_info*
Undocumented in source.
- gpgme_err_code_t
alias gpgme_err_code_t = gpg_err_code_t
Undocumented in source.
- gpgme_err_source_t
alias gpgme_err_source_t = gpg_err_source_t
Undocumented in source.
- gpgme_error_t
alias gpgme_error_t = gpg_error_t
Undocumented in source.
- gpgme_event_io_cb_t
alias gpgme_event_io_cb_t = void function(void* data, gpgme_event_io_t type, void* type_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_genkey_result_t
alias gpgme_genkey_result_t = _gpgme_op_genkey_result*
Undocumented in source.
- gpgme_import_result_t
alias gpgme_import_result_t = _gpgme_op_import_result*
Undocumented in source.
- gpgme_import_status_t
alias gpgme_import_status_t = _gpgme_import_status*
Undocumented in source.
- gpgme_invalid_key_t
alias gpgme_invalid_key_t = _gpgme_invalid_key*
Undocumented in source.
- gpgme_io_cb_t
alias gpgme_io_cb_t = gpgme_error_t function(void* data, int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_io_cbs_t
alias gpgme_io_cbs_t = gpgme_io_cbs*
Undocumented in source.
- gpgme_io_event_done_data_t
alias gpgme_io_event_done_data_t = gpgme_io_event_done_data*
Undocumented in source.
- gpgme_key_sig_t
alias gpgme_key_sig_t = _gpgme_key_sig*
Undocumented in source.
- gpgme_key_t
alias gpgme_key_t = _gpgme_key*
Undocumented in source.
- gpgme_keylist_result_t
alias gpgme_keylist_result_t = _gpgme_op_keylist_result*
Undocumented in source.
- gpgme_new_signature_t
alias gpgme_new_signature_t = _gpgme_new_signature*
Undocumented in source.
- gpgme_off_t
alias gpgme_off_t = off_t
Undocumented in source.
- gpgme_passphrase_cb_t
alias gpgme_passphrase_cb_t = gpgme_error_t function(void* hook, const(char*) uid_hint, const(char*) passphrase_info, int prev_was_bad, int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_progress_cb_t
alias gpgme_progress_cb_t = void function(void* opaque, const(char*) what, int type, int current, int total)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_recipient_t
alias gpgme_recipient_t = _gpgme_recipient*
Undocumented in source.
- gpgme_register_io_cb_t
alias gpgme_register_io_cb_t = gpgme_error_t function(void* data, int fd, int dir, gpgme_io_cb_t fnc, void* fnc_data, void** tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_remove_io_cb_t
alias gpgme_remove_io_cb_t = void function(void* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_sig_notation_t
alias gpgme_sig_notation_t = _gpgme_sig_notation*
Undocumented in source.
- gpgme_sig_stat_t
deprecated alias gpgme_sig_stat_t = _gpgme_sig_stat_t
Undocumented in source.
- gpgme_sign_result_t
alias gpgme_sign_result_t = _gpgme_op_sign_result*
Undocumented in source.
- gpgme_signature_t
alias gpgme_signature_t = _gpgme_signature*
Undocumented in source.
- gpgme_ssize_t
alias gpgme_ssize_t = ptrdiff_t
Undocumented in source.
- gpgme_status_cb_t
alias gpgme_status_cb_t = gpgme_error_t function(void* opaque, const(char*) keyword, const(char*) args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_subkey_t
alias gpgme_subkey_t = _gpgme_subkey*
Undocumented in source.
- gpgme_trust_item_t
alias gpgme_trust_item_t = _gpgme_trust_item*
Undocumented in source.
- gpgme_user_id_t
alias gpgme_user_id_t = _gpgme_user_id*
Undocumented in source.
- gpgme_verify_result_t
alias gpgme_verify_result_t = _gpgme_op_verify_result*
Undocumented in source.
- gpgme_vfs_mount_result_t
alias gpgme_vfs_mount_result_t = _gpgme_op_vfs_mount_result*
Undocumented in source.
- off_t
alias off_t = long
Undocumented in source.
- check_result_sign
void check_result_sign(gpgme_sign_result_t result, gpgme_sig_mode_t type)
Undocumented in source. Be warned that the author may not have intended to support it.
- check_result_verify
void check_result_verify(gpgme_verify_result_t result, uint summary, string fpr, gpgme_error_t status, int notation)
Undocumented in source. Be warned that the author may not have intended to support it.
- gpgme_cancel
gpgme_error_t gpgme_cancel(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_cancel_async
gpgme_error_t gpgme_cancel_async(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_check_version
const(char*) gpgme_check_version(const(char*) req_version)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_check_version_internal
const(char*) gpgme_check_version_internal(const(char*) req_version, size_t offset_sig_validity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_check_version_new
const(char*) gpgme_check_version_new(const(char*) req_version)
Undocumented in source. Be warned that the author may not have intended to support it.
- gpgme_conf_arg_new
gpgme_error_t gpgme_conf_arg_new(gpgme_conf_arg_t* arg_p, gpgme_conf_type_t type, const(void*) value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_conf_arg_release
void gpgme_conf_arg_release(gpgme_conf_arg_t arg, gpgme_conf_type_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_conf_opt_change
gpgme_error_t gpgme_conf_opt_change(gpgme_conf_opt_t opt, int reset, gpgme_conf_arg_t arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_conf_release
void gpgme_conf_release(gpgme_conf_comp_t conf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_ctx_get_engine_info
gpgme_engine_info_t gpgme_ctx_get_engine_info(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_ctx_set_engine_info
gpgme_error_t gpgme_ctx_set_engine_info(gpgme_ctx_t ctx, gpgme_protocol_t proto, const(char*) file_name, const(char*) home_dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_get_encoding
gpgme_data_encoding_t gpgme_data_get_encoding(gpgme_data_t dh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_get_file_name
char* gpgme_data_get_file_name(gpgme_data_t dh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_identify
gpgme_data_type_t gpgme_data_identify(gpgme_data_t dh, int reserved)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_new
gpgme_error_t gpgme_data_new(gpgme_data_t* r_dh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_new_from_cbs
gpgme_error_t gpgme_data_new_from_cbs(gpgme_data_t* dh, gpgme_data_cbs_t cbs, void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_new_from_fd
gpgme_error_t gpgme_data_new_from_fd(gpgme_data_t* dh, int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_new_from_file
gpgme_error_t gpgme_data_new_from_file(gpgme_data_t* r_dh, const(char*) fname, int copy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_new_from_filepart
gpgme_error_t gpgme_data_new_from_filepart(gpgme_data_t* r_dh, const(char*) fname, FILE* fp, off_t offset, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_new_from_mem
gpgme_error_t gpgme_data_new_from_mem(gpgme_data_t* r_dh, const(char*) buffer, size_t size, int copy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_new_from_stream
gpgme_error_t gpgme_data_new_from_stream(gpgme_data_t* dh, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_new_with_read_cb
gpgme_error_t gpgme_data_new_with_read_cb(gpgme_data_t* r_dh, int function(void*, char*, size_t, size_t*) read_cb, void* read_cb_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_read
ptrdiff_t gpgme_data_read(gpgme_data_t dh, void* buffer, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_release
void gpgme_data_release(gpgme_data_t dh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_release_and_get_mem
char* gpgme_data_release_and_get_mem(gpgme_data_t dh, size_t* r_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_rewind
deprecated gpgme_error_t gpgme_data_rewind(gpgme_data_t dh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_seek
off_t gpgme_data_seek(gpgme_data_t dh, off_t offset, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_set_encoding
gpgme_error_t gpgme_data_set_encoding(gpgme_data_t dh, gpgme_data_encoding_t enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_set_file_name
gpgme_error_t gpgme_data_set_file_name(gpgme_data_t dh, const(char*) file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_data_write
ptrdiff_t gpgme_data_write(gpgme_data_t dh, const(void*) buffer, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_engine_check_version
gpgme_error_t gpgme_engine_check_version(gpgme_protocol_t proto)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_err_code_from_errno
gpgme_err_code_t gpgme_err_code_from_errno(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_err_code_from_syserror
gpgme_err_code_t gpgme_err_code_from_syserror()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_err_code_to_errno
int gpgme_err_code_to_errno(gpgme_err_code_t code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_err_make_from_errno
gpgme_error_t gpgme_err_make_from_errno(gpgme_err_source_t source, int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_err_set_errno
void gpgme_err_set_errno(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_error_from_errno
gpgme_error_t gpgme_error_from_errno(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_free
void gpgme_free(void* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_armor
int gpgme_get_armor(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_dirinfo
const(char*) gpgme_get_dirinfo(const(char*) what)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_engine_info
gpgme_error_t gpgme_get_engine_info(gpgme_engine_info_t* engine_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_include_certs
int gpgme_get_include_certs(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_io_cbs
void gpgme_get_io_cbs(gpgme_ctx_t ctx, gpgme_io_cbs_t io_cbs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_key
gpgme_error_t gpgme_get_key(gpgme_ctx_t ctx, const(char*) fpr, gpgme_key_t* r_key, int secret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_keylist_mode
gpgme_keylist_mode_t gpgme_get_keylist_mode(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_offline
int gpgme_get_offline(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_passphrase_cb
void gpgme_get_passphrase_cb(gpgme_ctx_t ctx, gpgme_passphrase_cb_t* cb, void** hook_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_pinentry_mode
gpgme_pinentry_mode_t gpgme_get_pinentry_mode(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_progress_cb
void gpgme_get_progress_cb(gpgme_ctx_t ctx, gpgme_progress_cb_t* cb, void** hook_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_protocol
gpgme_protocol_t gpgme_get_protocol(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_protocol_name
const(char*) gpgme_get_protocol_name(gpgme_protocol_t proto)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_sig_key
deprecated gpgme_error_t gpgme_get_sig_key(gpgme_ctx_t ctx, int idx, gpgme_key_t* r_key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_sig_status
deprecated const(char*) gpgme_get_sig_status(gpgme_ctx_t ctx, int idx, _gpgme_sig_stat_t* r_stat, time_t* r_created)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_sig_string_attr
deprecated const(char*) gpgme_get_sig_string_attr(gpgme_ctx_t c, int idx, _gpgme_attr_t what, int whatidx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_sig_ulong_attr
deprecated ulong gpgme_get_sig_ulong_attr(gpgme_ctx_t c, int idx, _gpgme_attr_t what, int whatidx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_status_cb
void gpgme_get_status_cb(gpgme_ctx_t ctx, gpgme_status_cb_t* cb, void** hook_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_sub_protocol
gpgme_protocol_t gpgme_get_sub_protocol(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_get_textmode
int gpgme_get_textmode(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_hash_algo_name
const(char*) gpgme_hash_algo_name(gpgme_hash_algo_t algo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_io_read
ptrdiff_t gpgme_io_read(int fd, void* buffer, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_io_write
ptrdiff_t gpgme_io_write(int fd, const(void*) buffer, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_io_writen
int gpgme_io_writen(int fd, const(void*) buffer, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_key_from_uid
gpgme_error_t gpgme_key_from_uid(gpgme_key_t* key, const(char*) name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_key_get_string_attr
deprecated const(char*) gpgme_key_get_string_attr(gpgme_key_t key, _gpgme_attr_t what, const(void*) reserved, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_key_get_ulong_attr
deprecated ulong gpgme_key_get_ulong_attr(gpgme_key_t key, _gpgme_attr_t what, const(void*) reserved, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_key_ref
void gpgme_key_ref(gpgme_key_t key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_key_release
void gpgme_key_release(gpgme_key_t key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_key_sig_get_string_attr
deprecated const(char*) gpgme_key_sig_get_string_attr(gpgme_key_t key, int uid_idx, _gpgme_attr_t what, const(void*) reserved, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_key_sig_get_ulong_attr
deprecated ulong gpgme_key_sig_get_ulong_attr(gpgme_key_t key, int uid_idx, _gpgme_attr_t what, const(void*) reserved, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_key_unref
void gpgme_key_unref(gpgme_key_t key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_new
gpgme_error_t gpgme_new(gpgme_ctx_t* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_assuan_result
deprecated gpgme_assuan_result_t gpgme_op_assuan_result(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_assuan_transact
deprecated gpgme_error_t gpgme_op_assuan_transact(gpgme_ctx_t ctx, const(char*) command, gpgme_assuan_data_cb_t data_cb, void* data_cb_value, gpgme_assuan_inquire_cb_t inq_cb, void* inq_cb_value, gpgme_assuan_status_cb_t status_cb, void* status_cb_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_assuan_transact_ext
gpgme_error_t gpgme_op_assuan_transact_ext(gpgme_ctx_t ctx, const(char*) command, gpgme_assuan_data_cb_t data_cb, void* data_cb_value, gpgme_assuan_inquire_cb_t inq_cb, void* inq_cb_value, gpgme_assuan_status_cb_t stat_cb, void* stat_cb_value, gpgme_error_t* op_err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_assuan_transact_start
gpgme_error_t gpgme_op_assuan_transact_start(gpgme_ctx_t ctx, const(char*) command, gpgme_assuan_data_cb_t data_cb, void* data_cb_value, gpgme_assuan_inquire_cb_t inq_cb, void* inq_cb_value, gpgme_assuan_status_cb_t stat_cb, void* stat_cb_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_card_edit
gpgme_error_t gpgme_op_card_edit(gpgme_ctx_t ctx, gpgme_key_t key, gpgme_edit_cb_t fnc, void* fnc_value, gpgme_data_t out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_card_edit_start
gpgme_error_t gpgme_op_card_edit_start(gpgme_ctx_t ctx, gpgme_key_t key, gpgme_edit_cb_t fnc, void* fnc_value, gpgme_data_t out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_conf_load
gpgme_error_t gpgme_op_conf_load(gpgme_ctx_t ctx, gpgme_conf_comp_t* conf_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_conf_save
gpgme_error_t gpgme_op_conf_save(gpgme_ctx_t ctx, gpgme_conf_comp_t comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_decrypt
gpgme_error_t gpgme_op_decrypt(gpgme_ctx_t ctx, gpgme_data_t cipher, gpgme_data_t plain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_decrypt_result
gpgme_decrypt_result_t gpgme_op_decrypt_result(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_decrypt_start
gpgme_error_t gpgme_op_decrypt_start(gpgme_ctx_t ctx, gpgme_data_t cipher, gpgme_data_t plain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_decrypt_verify
gpgme_error_t gpgme_op_decrypt_verify(gpgme_ctx_t ctx, gpgme_data_t cipher, gpgme_data_t plain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_decrypt_verify_start
gpgme_error_t gpgme_op_decrypt_verify_start(gpgme_ctx_t ctx, gpgme_data_t cipher, gpgme_data_t plain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_delete
gpgme_error_t gpgme_op_delete(gpgme_ctx_t ctx, gpgme_key_t key, int allow_secret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_delete_start
gpgme_error_t gpgme_op_delete_start(gpgme_ctx_t ctx, gpgme_key_t key, int allow_secret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_edit
gpgme_error_t gpgme_op_edit(gpgme_ctx_t ctx, gpgme_key_t key, gpgme_edit_cb_t fnc, void* fnc_value, gpgme_data_t out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_edit_start
gpgme_error_t gpgme_op_edit_start(gpgme_ctx_t ctx, gpgme_key_t key, gpgme_edit_cb_t fnc, void* fnc_value, gpgme_data_t out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_encrypt
gpgme_error_t gpgme_op_encrypt(gpgme_ctx_t ctx, gpgme_key_t[] recp, gpgme_encrypt_flags_t flags, gpgme_data_t plain, gpgme_data_t cipher)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_encrypt_result
gpgme_encrypt_result_t gpgme_op_encrypt_result(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_encrypt_sign
gpgme_error_t gpgme_op_encrypt_sign(gpgme_ctx_t ctx, gpgme_key_t[] recp, gpgme_encrypt_flags_t flags, gpgme_data_t plain, gpgme_data_t cipher)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_encrypt_sign_start
gpgme_error_t gpgme_op_encrypt_sign_start(gpgme_ctx_t ctx, gpgme_key_t[] recp, gpgme_encrypt_flags_t flags, gpgme_data_t plain, gpgme_data_t cipher)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_encrypt_start
gpgme_error_t gpgme_op_encrypt_start(gpgme_ctx_t ctx, gpgme_key_t[] recp, gpgme_encrypt_flags_t flags, gpgme_data_t plain, gpgme_data_t cipher)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_export
gpgme_error_t gpgme_op_export(gpgme_ctx_t ctx, const(char*) pattern, gpgme_export_mode_t mode, gpgme_data_t keydata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_export_ext
gpgme_error_t gpgme_op_export_ext(gpgme_ctx_t ctx, const(char*)[] pattern, gpgme_export_mode_t mode, gpgme_data_t keydata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_export_ext_start
gpgme_error_t gpgme_op_export_ext_start(gpgme_ctx_t ctx, const(char*)[] pattern, gpgme_export_mode_t mode, gpgme_data_t keydata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_export_keys
gpgme_error_t gpgme_op_export_keys(gpgme_ctx_t ctx, gpgme_key_t[] keys, gpgme_export_mode_t mode, gpgme_data_t keydata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_export_keys_start
gpgme_error_t gpgme_op_export_keys_start(gpgme_ctx_t ctx, gpgme_key_t[] keys, gpgme_export_mode_t mode, gpgme_data_t keydata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_export_start
gpgme_error_t gpgme_op_export_start(gpgme_ctx_t ctx, const(char*) pattern, gpgme_export_mode_t mode, gpgme_data_t keydata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_genkey
gpgme_error_t gpgme_op_genkey(gpgme_ctx_t ctx, const(char*) parms, gpgme_data_t pubkey, gpgme_data_t seckey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_genkey_result
gpgme_genkey_result_t gpgme_op_genkey_result(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_genkey_start
gpgme_error_t gpgme_op_genkey_start(gpgme_ctx_t ctx, const(char*) parms, gpgme_data_t pubkey, gpgme_data_t seckey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_getauditlog
gpgme_error_t gpgme_op_getauditlog(gpgme_ctx_t ctx, gpgme_data_t output, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_getauditlog_start
gpgme_error_t gpgme_op_getauditlog_start(gpgme_ctx_t ctx, gpgme_data_t output, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_import
gpgme_error_t gpgme_op_import(gpgme_ctx_t ctx, gpgme_data_t keydata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_import_ext
deprecated gpgme_error_t gpgme_op_import_ext(gpgme_ctx_t ctx, gpgme_data_t keydata, int* nr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_import_keys
gpgme_error_t gpgme_op_import_keys(gpgme_ctx_t ctx, gpgme_key_t[] keys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_import_keys_start
gpgme_error_t gpgme_op_import_keys_start(gpgme_ctx_t ctx, gpgme_key_t[] keys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_import_result
gpgme_import_result_t gpgme_op_import_result(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_import_start
gpgme_error_t gpgme_op_import_start(gpgme_ctx_t ctx, gpgme_data_t keydata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_keylist_end
gpgme_error_t gpgme_op_keylist_end(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_keylist_ext_start
gpgme_error_t gpgme_op_keylist_ext_start(gpgme_ctx_t ctx, const(char*)[] pattern, int secret_only, int reserved)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_keylist_next
gpgme_error_t gpgme_op_keylist_next(gpgme_ctx_t ctx, gpgme_key_t* r_key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_keylist_result
gpgme_keylist_result_t gpgme_op_keylist_result(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_keylist_start
gpgme_error_t gpgme_op_keylist_start(gpgme_ctx_t ctx, const(char*) pattern, int secret_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_passwd
gpgme_error_t gpgme_op_passwd(gpgme_ctx_t ctx, gpgme_key_t key, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_passwd_start
gpgme_error_t gpgme_op_passwd_start(gpgme_ctx_t ctx, gpgme_key_t key, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_sign
gpgme_error_t gpgme_op_sign(gpgme_ctx_t ctx, gpgme_data_t plain, gpgme_data_t sig, gpgme_sig_mode_t mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_sign_result
gpgme_sign_result_t gpgme_op_sign_result(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_sign_start
gpgme_error_t gpgme_op_sign_start(gpgme_ctx_t ctx, gpgme_data_t plain, gpgme_data_t sig, gpgme_sig_mode_t mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_spawn
gpgme_error_t gpgme_op_spawn(gpgme_ctx_t ctx, const(char*) file, const(char*)[] argv, gpgme_data_t datain, gpgme_data_t dataout, gpgme_data_t dataerr, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_spawn_start
gpgme_error_t gpgme_op_spawn_start(gpgme_ctx_t ctx, const(char*) file, const(char*)[] argv, gpgme_data_t datain, gpgme_data_t dataout, gpgme_data_t dataerr, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_trustlist_end
gpgme_error_t gpgme_op_trustlist_end(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_trustlist_next
gpgme_error_t gpgme_op_trustlist_next(gpgme_ctx_t ctx, gpgme_trust_item_t* r_item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_trustlist_start
gpgme_error_t gpgme_op_trustlist_start(gpgme_ctx_t ctx, const(char*) pattern, int max_level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_verify
gpgme_error_t gpgme_op_verify(gpgme_ctx_t ctx, gpgme_data_t sig, gpgme_data_t signed_text, gpgme_data_t plaintext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_verify_result
gpgme_verify_result_t gpgme_op_verify_result(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_verify_start
gpgme_error_t gpgme_op_verify_start(gpgme_ctx_t ctx, gpgme_data_t sig, gpgme_data_t signed_text, gpgme_data_t plaintext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_vfs_create
gpgme_error_t gpgme_op_vfs_create(gpgme_ctx_t ctx, gpgme_key_t[] recp, const(char*) container_file, uint flags, gpgme_error_t* op_err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_vfs_mount
gpgme_error_t gpgme_op_vfs_mount(gpgme_ctx_t ctx, const(char*) container_file, const(char*) mount_dir, uint flags, gpgme_error_t* op_err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_op_vfs_mount_result
gpgme_vfs_mount_result_t gpgme_op_vfs_mount_result(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_pubkey_algo_name
const(char*) gpgme_pubkey_algo_name(gpgme_pubkey_algo_t algo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_release
void gpgme_release(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_result_ref
void gpgme_result_ref(void* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_result_unref
void gpgme_result_unref(void* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_armor
void gpgme_set_armor(gpgme_ctx_t ctx, int yes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_engine_info
gpgme_error_t gpgme_set_engine_info(gpgme_protocol_t proto, const(char*) file_name, const(char*) home_dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_global_flag
int gpgme_set_global_flag(const(char*) name, const(char*) value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_include_certs
void gpgme_set_include_certs(gpgme_ctx_t ctx, int nr_of_certs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_io_cbs
void gpgme_set_io_cbs(gpgme_ctx_t ctx, gpgme_io_cbs_t io_cbs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_keylist_mode
gpgme_error_t gpgme_set_keylist_mode(gpgme_ctx_t ctx, gpgme_keylist_mode_t mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_locale
gpgme_error_t gpgme_set_locale(gpgme_ctx_t ctx, int category, const(char*) value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_offline
void gpgme_set_offline(gpgme_ctx_t ctx, int yes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_passphrase_cb
void gpgme_set_passphrase_cb(gpgme_ctx_t ctx, gpgme_passphrase_cb_t cb, void* hook_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_pinentry_mode
gpgme_error_t gpgme_set_pinentry_mode(gpgme_ctx_t ctx, gpgme_pinentry_mode_t mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_progress_cb
void gpgme_set_progress_cb(gpgme_ctx_t c, gpgme_progress_cb_t cb, void* hook_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_protocol
gpgme_error_t gpgme_set_protocol(gpgme_ctx_t ctx, gpgme_protocol_t proto)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_status_cb
void gpgme_set_status_cb(gpgme_ctx_t c, gpgme_status_cb_t cb, void* hook_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_sub_protocol
gpgme_error_t gpgme_set_sub_protocol(gpgme_ctx_t ctx, gpgme_protocol_t proto)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_set_textmode
void gpgme_set_textmode(gpgme_ctx_t ctx, int yes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_sig_notation_add
gpgme_error_t gpgme_sig_notation_add(gpgme_ctx_t ctx, const(char*) name, const(char*) value, gpgme_sig_notation_flags_t flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_sig_notation_clear
void gpgme_sig_notation_clear(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_sig_notation_get
gpgme_sig_notation_t gpgme_sig_notation_get(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_signers_add
gpgme_error_t gpgme_signers_add(gpgme_ctx_t ctx, gpgme_key_t key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_signers_clear
void gpgme_signers_clear(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_signers_count
uint gpgme_signers_count(gpgme_ctx_t ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_signers_enum
gpgme_key_t gpgme_signers_enum(gpgme_ctx_t ctx, int seq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_strerror
const(char*) gpgme_strerror(gpgme_error_t err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_strerror_r
int gpgme_strerror_r(gpg_error_t err, char* buf, size_t buflen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_strsource
const(char*) gpgme_strsource(gpgme_error_t err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_trust_item_get_int_attr
deprecated int gpgme_trust_item_get_int_attr(gpgme_trust_item_t item, _gpgme_attr_t what, const(void*) reserved, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_trust_item_get_string_attr
deprecated const(char*) gpgme_trust_item_get_string_attr(gpgme_trust_item_t item, _gpgme_attr_t what, const(void*) reserved, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_trust_item_ref
void gpgme_trust_item_ref(gpgme_trust_item_t item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_trust_item_release
deprecated void gpgme_trust_item_release(gpgme_trust_item_t item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_trust_item_unref
void gpgme_trust_item_unref(gpgme_trust_item_t item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_wait
gpgme_ctx_t gpgme_wait(gpgme_ctx_t ctx, gpgme_error_t* status, int hang)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gpgme_wait_ext
gpgme_ctx_t gpgme_wait_ext(gpgme_ctx_t ctx, gpgme_error_t* status, gpgme_error_t* op_err, int hang)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.