Trait gio::prelude::TlsFileDatabaseExt
source · [−]pub trait TlsFileDatabaseExt: 'static {
fn get_property_anchors(&self) -> Option<GString>;
fn set_property_anchors(&self, anchors: Option<&str>);
fn connect_property_anchors_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
source
fn get_property_anchors(&self) -> Option<GString>
source
fn set_property_anchors(&self, anchors: Option<&str>)
sourcefn connect_property_anchors_notify<F: Fn(&Self) + 'static>(