module Gio::TlsFileDatabase
Overview
GTlsFileDatabase is implemented by Gio::TlsDatabase objects which
load their certificate information from a file. It is an interface which
TLS library specific subtypes implement.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/tls_file_database.crConstructors
-
.cast(obj : GObject::Object) : self
Cast a
GObject::Objecttoself, throws aTypeCastErrorif the cast can't be made.
Class Method Summary
Instance Method Summary
- #anchors : String
- #anchors=(value : String) : String
-
#anchors=(value : Nil) : Nil
Set
#anchorsproperty to nil. -
#anchors? : String | Nil
Same as
#anchors, but can return nil. - #new(anchors : String) : Gio::TlsFileDatabase
- #to_unsafe