InfGtk.CertificateManager¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/co |
The parent window for certificate verification dialogs |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class InfGtk.CertificateManager(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(parent_window, xmpp_manager, known_hosts_file)¶
- Parameters:
parent_window (
Gtk.Window) – TheGtk.Windowto which to make certificate verification dialogs transient to.xmpp_manager (
Infinity.XmppManager) – TheInfinity.XmppManagerwhoseInfinity.XmppConnections to manage the certificates for.known_hosts_file (
strorNone) – Path pointing to a file that contains pinned certificates, orNone.
- Returns:
A new
InfGtk.CertificateManager.- Return type:
Creates a new
InfGtk.CertificateManager. SeeInfinity.CertificateVerifyfor details about the certificate verification process.
Property Details¶
- InfGtk.CertificateManager.props.parent_window¶
- Name:
parent-window- Type:
- Default Value:
- Flags:
The parent window for certificate verification dialogs