mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 16:38:32 +02: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,
|
priv->main_dbus_connection,
|
||||||
NULL,
|
NULL,
|
||||||
obj->internal.path,
|
obj->internal.path,
|
||||||
"org.freedesktop.DBus.Properties",
|
DBUS_INTERFACE_PROPERTIES,
|
||||||
"PropertiesChanged",
|
"PropertiesChanged",
|
||||||
g_variant_new("(s@a{sv}as)", interface_info->parent.name, args, &invalidated_builder),
|
g_variant_new("(s@a{sv}as)", interface_info->parent.name, args, &invalidated_builder),
|
||||||
NULL);
|
NULL);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue