Top | ![]() |
![]() |
![]() |
![]() |
InfCertificateChain * | certificate-chain | Read / Write |
InfCertificateDialogFlags | certificate-flags | Read / Write |
gchar * | hostname | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── InfGtkCertificateDialog
InfGtkCertificateDialog * inf_gtk_certificate_dialog_new (GtkWindow *parent
,GtkDialogFlags dialog_flags
,InfGtkCertificateDialogFlags certificate_flags
,const gchar *hostname
,InfCertificateChain *certificate_chain
);
Creates a new InfGtkCertificateDialog. A InfGtkCertificateDialog shows warnings about a server's certificate to a user, for example when the issuer is not trusted or the certificate is expired.
parent |
Parent GtkWindow of the dialog. |
|
dialog_flags |
Flags for the dialog, see GtkDialogFlags. |
|
certificate_flags |
What certificate warnings to show, see InfGtkCertificateDialogFlags. |
|
hostname |
The host name of the server that provides the certificate. |
|
certificate_chain |
The certificate chain provided by the server. |
“certificate-chain”
property“certificate-chain” InfCertificateChain *
The certificate chain to show in the dialog.
Flags: Read / Write
“certificate-flags”
property “certificate-flags” InfCertificateDialogFlags
What warnings about the certificate to display.
Flags: Read / Write