Struct glib::subclass::signal::SignalQuery
source · pub struct SignalQuery(_);
Expand description
In-depth information of a specific signal
Implementations§
source§impl SignalQuery
impl SignalQuery
sourcepub fn signal_name<'a>(&self) -> &'a str
pub fn signal_name<'a>(&self) -> &'a str
The name of the signal.
sourcepub fn flags(&self) -> SignalFlags
pub fn flags(&self) -> SignalFlags
The signal flags.
sourcepub fn return_type(&self) -> SignalType
pub fn return_type(&self) -> SignalType
The return type for the user callback.
sourcepub fn param_types(&self) -> &[SignalType]
pub fn param_types(&self) -> &[SignalType]
The parameters for the user callback.
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more