Trait ux::prelude::MountOperationExt [−]
pub trait MountOperationExt: 'static {
Show methods
pub fn get_anonymous(&self) -> bool;
pub fn get_choice(&self) -> i32;
pub fn get_domain(&self) -> Option<GString>;
pub fn get_is_tcrypt_hidden_volume(&self) -> bool;
pub fn get_is_tcrypt_system_volume(&self) -> bool;
pub fn get_password(&self) -> Option<GString>;
pub fn get_password_save(&self) -> PasswordSave;
pub fn get_pim(&self) -> u32;
pub fn get_username(&self) -> Option<GString>;
pub fn reply(&self, result: MountOperationResult);
pub fn set_anonymous(&self, anonymous: bool);
pub fn set_choice(&self, choice: i32);
pub fn set_domain(&self, domain: &str);
pub fn set_is_tcrypt_hidden_volume(&self, hidden_volume: bool);
pub fn set_is_tcrypt_system_volume(&self, system_volume: bool);
pub fn set_password(&self, password: &str);
pub fn set_password_save(&self, save: PasswordSave);
pub fn set_pim(&self, pim: u32);
pub fn set_username(&self, username: &str);
pub fn connect_aborted<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self);
pub fn connect_ask_password<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self, &str, &str, &str, AskPasswordFlags);
pub fn connect_reply<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self, MountOperationResult);
pub fn connect_show_unmount_progress<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self, &str, i64, i64);
pub fn connect_property_anonymous_notify<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self);
pub fn connect_property_choice_notify<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self);
pub fn connect_property_domain_notify<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self);
pub fn connect_property_is_tcrypt_hidden_volume_notify<F>(
&self,
f: F
) -> SignalHandlerId
where
F: 'static + Fn(&Self);
pub fn connect_property_is_tcrypt_system_volume_notify<F>(
&self,
f: F
) -> SignalHandlerId
where
F: 'static + Fn(&Self);
pub fn connect_property_password_notify<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self);
pub fn connect_property_password_save_notify<F>(
&self,
f: F
) -> SignalHandlerId
where
F: 'static + Fn(&Self);
pub fn connect_property_pim_notify<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self);
pub fn connect_property_username_notify<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self);
}Required methods
pub fn get_anonymous(&self) -> bool
pub fn get_choice(&self) -> i32
pub fn get_domain(&self) -> Option<GString>
pub fn get_is_tcrypt_hidden_volume(&self) -> bool
pub fn get_is_tcrypt_system_volume(&self) -> bool
pub fn get_password(&self) -> Option<GString>
pub fn get_password_save(&self) -> PasswordSave
pub fn get_pim(&self) -> u32
pub fn get_username(&self) -> Option<GString>
pub fn reply(&self, result: MountOperationResult)
pub fn set_anonymous(&self, anonymous: bool)
pub fn set_choice(&self, choice: i32)
pub fn set_domain(&self, domain: &str)
pub fn set_is_tcrypt_hidden_volume(&self, hidden_volume: bool)
pub fn set_is_tcrypt_system_volume(&self, system_volume: bool)
pub fn set_password(&self, password: &str)
pub fn set_password_save(&self, save: PasswordSave)
pub fn set_pim(&self, pim: u32)
pub fn set_username(&self, username: &str)
pub fn connect_aborted<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self),
F: 'static + Fn(&Self),
pub fn connect_ask_password<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self, &str, &str, &str, AskPasswordFlags),
F: 'static + Fn(&Self, &str, &str, &str, AskPasswordFlags),
pub fn connect_reply<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self, MountOperationResult),
F: 'static + Fn(&Self, MountOperationResult),
pub fn connect_show_unmount_progress<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self, &str, i64, i64),
F: 'static + Fn(&Self, &str, i64, i64),
pub fn connect_property_anonymous_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self),
F: 'static + Fn(&Self),
pub fn connect_property_choice_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self),
F: 'static + Fn(&Self),
pub fn connect_property_domain_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self),
F: 'static + Fn(&Self),
pub fn connect_property_is_tcrypt_hidden_volume_notify<F>(
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&Self),
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&Self),
pub fn connect_property_is_tcrypt_system_volume_notify<F>(
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&Self),
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&Self),
pub fn connect_property_password_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self),
F: 'static + Fn(&Self),
pub fn connect_property_password_save_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self),
F: 'static + Fn(&Self),
pub fn connect_property_pim_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self),
F: 'static + Fn(&Self),
pub fn connect_property_username_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self),
F: 'static + Fn(&Self),
Implementors
impl<O> MountOperationExt for O where
O: IsA<MountOperation>,
O: IsA<MountOperation>,
pub fn get_anonymous(&self) -> bool
pub fn get_choice(&self) -> i32
pub fn get_domain(&self) -> Option<GString>
pub fn get_is_tcrypt_hidden_volume(&self) -> bool
pub fn get_is_tcrypt_system_volume(&self) -> bool
pub fn get_password(&self) -> Option<GString>
pub fn get_password_save(&self) -> PasswordSave
pub fn get_pim(&self) -> u32
pub fn get_username(&self) -> Option<GString>
pub fn reply(&self, result: MountOperationResult)
pub fn set_anonymous(&self, anonymous: bool)
pub fn set_choice(&self, choice: i32)
pub fn set_domain(&self, domain: &str)
pub fn set_is_tcrypt_hidden_volume(&self, hidden_volume: bool)
pub fn set_is_tcrypt_system_volume(&self, system_volume: bool)
pub fn set_password(&self, password: &str)
pub fn set_password_save(&self, save: PasswordSave)
pub fn set_pim(&self, pim: u32)
pub fn set_username(&self, username: &str)
pub fn connect_aborted<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
F: 'static + Fn(&O),
pub fn connect_ask_password<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O, &str, &str, &str, AskPasswordFlags),
F: 'static + Fn(&O, &str, &str, &str, AskPasswordFlags),
pub fn connect_reply<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O, MountOperationResult),
F: 'static + Fn(&O, MountOperationResult),
pub fn connect_show_unmount_progress<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O, &str, i64, i64),
F: 'static + Fn(&O, &str, i64, i64),
pub fn connect_property_anonymous_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
F: 'static + Fn(&O),
pub fn connect_property_choice_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
F: 'static + Fn(&O),
pub fn connect_property_domain_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
F: 'static + Fn(&O),
pub fn connect_property_is_tcrypt_hidden_volume_notify<F>(
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&O),
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&O),
pub fn connect_property_is_tcrypt_system_volume_notify<F>(
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&O),
&self,
f: F
) -> SignalHandlerId where
F: 'static + Fn(&O),
pub fn connect_property_password_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
F: 'static + Fn(&O),
pub fn connect_property_password_save_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
F: 'static + Fn(&O),
pub fn connect_property_pim_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
F: 'static + Fn(&O),
pub fn connect_property_username_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
F: 'static + Fn(&O),