mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 15:00:25 +01:00
core: use define DBUS_INTERFACE_PROPERTIES instead of string literal
This commit is contained in:
parent
86e99fca6b
commit
c8900a437a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue