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),
F: 'static + Fn(&Self),
Implementors
impl<O> TlsFileDatabaseExt for O where
O: IsA<TlsFileDatabase>,
O: IsA<TlsFileDatabase>,
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(&O),
F: 'static + Fn(&O),