[][src]Trait gio::TlsFileDatabaseExt

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

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

Loading content...

Implementors

impl<O: IsA<TlsFileDatabase>> TlsFileDatabaseExt for O[src]

Loading content...