Trait gio::TlsFileDatabaseExt[][src]

pub trait TlsFileDatabaseExt {
    fn get_property_anchors(&self) -> Option<String>;
fn set_property_anchors(&self, anchors: Option<&str>);
fn connect_property_anchors_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors