Changeset View
Changeset View
Standalone View
Standalone View
doc/gpgme.texi
Context not available. | |||||
@item unsigned int exportable : 1 | @item unsigned int exportable : 1 | ||||
This is true if the key signature is exportable. | This is true if the key signature is exportable. | ||||
@item unsigned int trust_depth : 8 | |||||
This is the depth of a trust signature, or 0 if the key signature is not | |||||
a trust signature. | |||||
@item unsigned int trust_value : 8 | |||||
This is the trust amount of a trust signature. | |||||
@item gpgme_pubkey_algo_t pubkey_algo | @item gpgme_pubkey_algo_t pubkey_algo | ||||
This is the public key algorithm used to create the signature. | This is the public key algorithm used to create the signature. | ||||
Context not available. | |||||
This is the expiration timestamp of the key signature, or 0 if the key | This is the expiration timestamp of the key signature, or 0 if the key | ||||
signature does not expire. | signature does not expire. | ||||
@item char *trust_scope | |||||
This is a regular expression that limits the scope of a trust signature. | |||||
Users must be prepared to see a @code{NULL} value here. | |||||
@item gpgme_error_t status | @item gpgme_error_t status | ||||
This is the status of the signature and has the same meaning as the | This is the status of the signature and has the same meaning as the | ||||
member of the same name in a @code{gpgme_signature_t} object. | member of the same name in a @code{gpgme_signature_t} object. | ||||
Context not available. |