Trait glib_signal::DetailedSignal
source · pub trait DetailedSignal: Copy + Debug + Into<ConnectDetails<Self>> {
type Signal: Signal;
type Object: ObjectType;
type Arguments: for<'a> FromValues<'a> + 'static;
type Return: ToValueOption;
const DETAIL: Option<&'static str>;
// Provided methods
fn detail() -> Option<Quark> { ... }
fn create_detail() -> Quark { ... }
}
Required Associated Types§
type Signal: Signal
type Object: ObjectType
type Arguments: for<'a> FromValues<'a> + 'static
type Return: ToValueOption
Required Associated Constants§
Provided Methods§
Object Safety§
This trait is not object safe.