Trait webkit2gtk::AutomationSessionExt
source · pub trait AutomationSessionExt: IsA<AutomationSession> + Sealed + 'static {
// Provided methods
fn application_info(&self) -> Option<ApplicationInfo> { ... }
fn id(&self) -> Option<GString> { ... }
fn set_application_info(&self, info: &ApplicationInfo) { ... }
fn connect_create_web_view<F: Fn(&Self) -> WebView + 'static>(
&self,
detail: Option<&str>,
f: F
) -> SignalHandlerId { ... }
}
Available on crate feature
v2_18
only.Provided Methods§
fn application_info(&self) -> Option<ApplicationInfo>
fn id(&self) -> Option<GString>
fn set_application_info(&self, info: &ApplicationInfo)
fn connect_create_web_view<F: Fn(&Self) -> WebView + 'static>( &self, detail: Option<&str>, f: F ) -> SignalHandlerId
Object Safety§
This trait is not object safe.