summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.NetworkManager.Device.Wired.xml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-05-12 18:18:57 +0200
committerThomas Haller <thaller@redhat.com>2021-05-14 10:57:34 +0200
commit48dce1b66ce3910a81abc8595acb79d8516a9f1c (patch)
tree020244f2e26b84d97e8fa051e6f711c7f08f16d6 /introspection/org.freedesktop.NetworkManager.Device.Wired.xml
parentc8900a437ab80457308b3d5a72932feff6edac4f (diff)
downloadNetworkManager-48dce1b66ce3910a81abc8595acb79d8516a9f1c.tar.gz
core: drop deprecated PropertiesChanged D-Bus signal (API BREAK)
D-Bus 1.3.1 (2010) introduced the standard "PropertiesChanged" signal on "org.freedesktop.DBus.Properties". NetworkManager is old, and predates this API. From that time, it still had it's own PropertiesChanged signal that are emitted together with the standard ones. NetworkManager supports the standard PropertiesChanged signal since it switched to gdbus library in version 1.2.0 (2016). These own signals are deprecated for a long time already ([1], 2016), and are hopefully not used by anybody anymore. libnm-glib was using them and relied on them, but that library is gone. libnm does not use them and neither does plasma-nm. Hopefully no users are left that are affected by this API break. [1] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commits/6fb917178aa19c61e909957f5146aa4565e0cb2f
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.Wired.xml')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Wired.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Wired.xml b/introspection/org.freedesktop.NetworkManager.Device.Wired.xml
index c501091951..ec3aeae37e 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Wired.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Wired.xml
@@ -49,14 +49,5 @@
-->
<property name="Carrier" type="b" access="read"/>
- <!--
- PropertiesChanged:
- @properties: A dictionary mapping property names to variant boxed values
-
- 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}"/>
- </signal>
</interface>
</node>