exported-object: don't assert the presence of PropertiesChanged signal
For new interfaces we don't define a PropertiesChanged signal as we rely on GDBus to generate one on the standard org.freedesktop.DBus.Properties interface.
This commit is contained in:
@@ -947,8 +947,7 @@ vtype_found:
|
|||||||
g_hash_table_insert (ifdata->pending_notifies,
|
g_hash_table_insert (ifdata->pending_notifies,
|
||||||
(gpointer) dbus_property_name,
|
(gpointer) dbus_property_name,
|
||||||
value_variant);
|
value_variant);
|
||||||
} else
|
}
|
||||||
nm_assert_not_reached ();
|
|
||||||
|
|
||||||
if (!priv->notify_idle_id)
|
if (!priv->notify_idle_id)
|
||||||
priv->notify_idle_id = g_idle_add (idle_emit_properties_changed, self);
|
priv->notify_idle_id = g_idle_add (idle_emit_properties_changed, self);
|
||||||
|
Reference in New Issue
Block a user