[−][src]Trait gio::prelude::TlsPasswordExt  
            Required methods
fn get_description(&self) -> Option<GString>
Get a description string about what the password will be used for.
Returns
The description of the password.
fn get_flags(&self) -> TlsPasswordFlags
fn get_warning(&self) -> Option<GString>
Get a user readable translated warning. Usually this warning is a
representation of the password flags returned from
TlsPasswordExt::get_flags.
Returns
The warning.
fn set_description(&self, description: &str)
Set a description string about what the password will be used for.
description
The description of the password
fn set_flags(&self, flags: TlsPasswordFlags)
fn set_warning(&self, warning: &str)
Set a user readable translated warning. Usually this warning is a
representation of the password flags returned from
TlsPasswordExt::get_flags.
warning
The user readable warning
fn connect_property_description_notify<F: Fn(&Self) + 'static>(
    &self, 
    f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_flags_notify<F: Fn(&Self) + 'static>(
    &self, 
    f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_warning_notify<F: Fn(&Self) + 'static>(
    &self, 
    f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<TlsPassword>> TlsPasswordExt for O[src]
fn get_description(&self) -> Option<GString>[src]
fn get_flags(&self) -> TlsPasswordFlags[src]
fn get_warning(&self) -> Option<GString>[src]
fn set_description(&self, description: &str)[src]
fn set_flags(&self, flags: TlsPasswordFlags)[src]
fn set_warning(&self, warning: &str)[src]
fn connect_property_description_notify<F: Fn(&Self) + 'static>(
    &self, 
    f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_flags_notify<F: Fn(&Self) + 'static>(
    &self, 
    f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_warning_notify<F: Fn(&Self) + 'static>(
    &self, 
    f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId