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
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
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<TlsFileDatabase> + IsA<Object>> TlsFileDatabaseExt for O