Method
CamelCipherValidityadd_certinfo
Declaration [src]
gint
camel_cipher_validity_add_certinfo (
CamelCipherValidity* vin,
CamelCipherValidityMode mode,
const gchar* name,
const gchar* email
)
Parameters
mode-
Type:
CamelCipherValidityModeA
CamelCipherValidityMode, where to add the additional certificate information. name-
Type:
const gchar*A name to add.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. email-
Type:
const gchar*An e-mail address to add.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.