diff options
author | Thomas Haller <thaller@redhat.com> | 2016-09-01 13:38:20 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-09-02 20:13:36 +0200 |
commit | 6fb917178aa19c61e909957f5146aa4565e0cb2f (patch) | |
tree | e2de60caedea256fc844b26be4e57088228e425b /introspection/nm-manager.xml | |
parent | bef26a2e69f51259095fa080221db73de09fd38d (diff) | |
download | NetworkManager-6fb917178aa19c61e909957f5146aa4565e0cb2f.tar.gz |
dbus: deprecated NM specific PropertiesChanged signals
Nowadays, users should use the standard "PropertiesChanged" signal
on "org.freedesktop.DBus.Properties" interface.
Diffstat (limited to 'introspection/nm-manager.xml')
-rw-r--r-- | introspection/nm-manager.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/nm-manager.xml b/introspection/nm-manager.xml index beff406b8e..cf178c3951 100644 --- a/introspection/nm-manager.xml +++ b/introspection/nm-manager.xml @@ -426,7 +426,7 @@ PropertiesChanged: @properties: The changed properties. - NetworkManager's properties changed. + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. --> <signal name="PropertiesChanged"> <arg name="properties" type="a{sv}"/> |