pub trait DBusProxyImpl:
ObjectImpl
+ AsyncInitableImpl
+ DBusInterfaceImpl
+ InitableImpl
+ ObjectSubclass{
// Provided methods
fn g_properties_changed(
&self,
changed_properties: &Variant,
invalidated_properties: &StrVRef,
) { ... }
fn g_signal(
&self,
sender_name: Option<&GStr>,
signal_name: &GStr,
parameters: &Variant,
) { ... }
}Provided Methods§
Sourcefn g_properties_changed(
&self,
changed_properties: &Variant,
invalidated_properties: &StrVRef,
)
fn g_properties_changed( &self, changed_properties: &Variant, invalidated_properties: &StrVRef, )
Signal class handler for the #GDBusProxy::g-properties-changed signal.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.