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:
Beniamino Galvani
2016-11-15 10:07:22 +01:00
parent a3b61303f8
commit 8c4e824997

View File

@@ -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);