Trait webkit2gtk::UserMessageExt
source · pub trait UserMessageExt: IsA<UserMessage> + Sealed + 'static {
// Provided methods
fn fd_list(&self) -> Option<UnixFDList> { ... }
fn name(&self) -> Option<GString> { ... }
fn parameters(&self) -> Option<Variant> { ... }
fn send_reply(&self, reply: &impl IsA<UserMessage>) { ... }
}
Available on crate feature
v2_28
only.Provided Methods§
fn fd_list(&self) -> Option<UnixFDList>
fn name(&self) -> Option<GString>
fn parameters(&self) -> Option<Variant>
fn send_reply(&self, reply: &impl IsA<UserMessage>)
Object Safety§
This trait is not object safe.