Trait glib_signal::Signal
source · pub trait Signal: Copy + Debug {
type Object: ObjectType;
type Arguments: for<'a> FromValues<'a> + 'static;
type Return: ToValueOption;
const NAME: &'static str;
const FLAGS: SignalFlags = _;
// Provided method
fn signal() -> SignalId { ... }
}
Required Associated Types§
type Object: ObjectType
type Arguments: for<'a> FromValues<'a> + 'static
type Return: ToValueOption
Required Associated Constants§
Provided Associated Constants§
const FLAGS: SignalFlags = _
Provided Methods§
Object Safety§
This trait is not object safe.