module Gio::TlsFileDatabase
Overview
#GTlsFileDatabase is implemented by #GTlsDatabase 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::Object
toself
, throws aTypeCastError
if the cast can't be made.
Class Method Summary
Instance Method Summary
- #anchors : String
- #anchors=(value : String) : String
-
#anchors=(value : Nil) : Nil
Set
#anchors
property to nil. -
#anchors? : String | Nil
Same as
#anchors
, but can return nil. - #new(anchors : String) : Gio::TlsFileDatabase
- #to_unsafe
Constructor Detail
Cast a GObject::Object
to self
, throws a TypeCastError
if the cast can't be made.