doc: rename gpgme_sub_key_t to gpgme_subkey_t to match gpgme.h
--
This commit is contained in:
parent
c29dad2315
commit
d34e343487
2
NEWS
2
NEWS
@ -1026,7 +1026,7 @@ gpgme_trust_item_release DEPRECATED: Use gpgme_trust_item_unref.
|
|||||||
gpgme_trust_item_get_string_attr DEPRECATED
|
gpgme_trust_item_get_string_attr DEPRECATED
|
||||||
gpgme_trust_item_get_ulong_attr DEPRECATED
|
gpgme_trust_item_get_ulong_attr DEPRECATED
|
||||||
gpgme_get_key CHANGED: Removed force_update argument.
|
gpgme_get_key CHANGED: Removed force_update argument.
|
||||||
gpgme_sub_key_t NEW
|
gpgme_subkey_t NEW
|
||||||
gpgme_key_sig_t NEW
|
gpgme_key_sig_t NEW
|
||||||
gpgme_user_id_t NEW
|
gpgme_user_id_t NEW
|
||||||
gpgme_key_t CHANGED: Now has user accessible data members.
|
gpgme_key_t CHANGED: Now has user accessible data members.
|
||||||
|
@ -2545,8 +2545,8 @@ signers are specified. This is always done by specifying the
|
|||||||
respective keys that should be used for the operation. The following
|
respective keys that should be used for the operation. The following
|
||||||
section describes how such keys can be selected and manipulated.
|
section describes how such keys can be selected and manipulated.
|
||||||
|
|
||||||
@deftp {Data type} gpgme_sub_key_t
|
@deftp {Data type} gpgme_subkey_t
|
||||||
The @code{gpgme_sub_key_t} type is a pointer to a subkey structure.
|
The @code{gpgme_subkey_t} type is a pointer to a subkey structure.
|
||||||
Sub keys are one component of a @code{gpgme_key_t} object. In fact,
|
Sub keys are one component of a @code{gpgme_key_t} object. In fact,
|
||||||
subkeys are those parts that contains the real information about the
|
subkeys are those parts that contains the real information about the
|
||||||
individual cryptographic keys that belong to the same key object. One
|
individual cryptographic keys that belong to the same key object. One
|
||||||
@ -2556,7 +2556,7 @@ the linked list is also called the primary key.
|
|||||||
The subkey structure has the following members:
|
The subkey structure has the following members:
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
@item gpgme_sub_key_t next
|
@item gpgme_subkey_t next
|
||||||
This is a pointer to the next subkey structure in the linked list, or
|
This is a pointer to the next subkey structure in the linked list, or
|
||||||
@code{NULL} if this is the last element.
|
@code{NULL} if this is the last element.
|
||||||
|
|
||||||
@ -2795,7 +2795,7 @@ chain ID, which can be used to built the certificate chain.
|
|||||||
If @code{protocol} is @code{GPGME_PROTOCOL_OpenPGP}, then this is the
|
If @code{protocol} is @code{GPGME_PROTOCOL_OpenPGP}, then this is the
|
||||||
owner trust.
|
owner trust.
|
||||||
|
|
||||||
@item gpgme_sub_key_t subkeys
|
@item gpgme_subkey_t subkeys
|
||||||
This is a linked list with the subkeys of the key. The first subkey
|
This is a linked list with the subkeys of the key. The first subkey
|
||||||
in the list is the primary key and usually available.
|
in the list is the primary key and usually available.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user