core: use define DBUS_INTERFACE_PROPERTIES instead of string literal

This commit is contained in:
Thomas Haller
2021-05-12 22:22:49 +02:00
parent 86e99fca6b
commit c8900a437a

View File

@@ -1233,7 +1233,7 @@ _nm_dbus_manager_obj_notify(NMDBusObject *obj, guint n_pspecs, const GParamSpec
priv->main_dbus_connection,
NULL,
obj->internal.path,
"org.freedesktop.DBus.Properties",
DBUS_INTERFACE_PROPERTIES,
"PropertiesChanged",
g_variant_new("(s@a{sv}as)", interface_info->parent.name, args, &invalidated_builder),
NULL);