Trait ux::prelude::TlsFileDatabaseExt[]

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

Required methods

pub fn get_property_anchors(&self) -> Option<GString>

pub fn set_property_anchors(&self, anchors: Option<&str>)

pub fn connect_property_anchors_notify<F>(&self, f: F) -> SignalHandlerId where
    F: 'static + Fn(&Self), 

Loading content...

Implementors

impl<O> TlsFileDatabaseExt for O where
    O: IsA<TlsFileDatabase>, 

Loading content...