108 |
GPGME_Bad_Signature = 25, |
GPGME_Bad_Signature = 25, |
109 |
GPGME_Bad_Passphrase = 26, |
GPGME_Bad_Passphrase = 26, |
110 |
GPGME_Inv_Recipients = 28, |
GPGME_Inv_Recipients = 28, |
111 |
GPGME_Interal_GPG_Problem = 30, |
GPGME_Internal_GPG_Problem = 30, |
112 |
GPGME_Clip_Open = 31, |
GPGME_Clip_Open = 31, |
113 |
GPGME_Clip_Empty = 32, |
GPGME_Clip_Empty = 32, |
114 |
GPGME_Clip_Get = 33, |
GPGME_Clip_Get = 33, |
115 |
GPGME_Cipher_IDEA = 34, |
GPGME_Cipher_IDEA = 34, |
116 |
GPGME_Conf_InvOption = 35, |
GPGME_Conf_InvOption = 35, |
117 |
|
GPGME_SC_Failure = 36, |
118 |
|
|
119 |
/* Recipient Errors */ |
/* Recipient Errors */ |
120 |
GPGME_RecpError_NoReason = 100, |
GPGME_RecpError_NoReason = 100, |
457 |
void gpgme_clear_enc_to_ctx (gpgme_ctx_t ctx); |
void gpgme_clear_enc_to_ctx (gpgme_ctx_t ctx); |
458 |
char * gpgme_get_notation (gpgme_ctx_t ctx); |
char * gpgme_get_notation (gpgme_ctx_t ctx); |
459 |
char * gpgme_get_logging (gpgme_ctx_t ctx); |
char * gpgme_get_logging (gpgme_ctx_t ctx); |
460 |
|
gpgme_error_t gpgme_check_logging (gpgme_ctx_t ctx); |
461 |
void gpgme_set_comment (gpgme_ctx_t c, const char * text); |
void gpgme_set_comment (gpgme_ctx_t c, const char * text); |
462 |
void * gpgme_control( gpgme_ctx_t c, int cmd, int val ); |
void * gpgme_control( gpgme_ctx_t c, int cmd, int val ); |
463 |
void gpgme_set_passphrase_cb( gpgme_ctx_t c, |
void gpgme_set_passphrase_cb( gpgme_ctx_t c, |
798 |
const char * passwd ); |
const char * passwd ); |
799 |
void gpgme_editkey_setpref_set (gpgme_editkey_t ctx, const char * new_prefs, |
void gpgme_editkey_setpref_set (gpgme_editkey_t ctx, const char * new_prefs, |
800 |
int uid_idx, const char * passwd); |
int uid_idx, const char * passwd); |
801 |
int gpgme_editkey_addrev_set (gpgme_editkey_t ctx, const char * userid, |
gpgme_error_t gpgme_editkey_addrev_set (gpgme_editkey_t ctx, const char * userid, |
802 |
const char * passwd); |
const char * passwd); |
803 |
void gpgme_editkey_addphoto_set( gpgme_editkey_t ctx, const char *jpegfile, |
void gpgme_editkey_addphoto_set( gpgme_editkey_t ctx, const char *jpegfile, |
804 |
const char * passwd ); |
const char * passwd ); |