summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-09-01 13:38:20 +0200
committerThomas Haller <thaller@redhat.com>2016-09-02 17:51:24 +0200
commit1abd59d8bf94f9ccf3055741809f66af6a89bcea (patch)
tree7becf06f2db899f54f301e9836a2f66edc41ed86
parentc367874b121b93669c0d6af16802279349be7c48 (diff)
downloadNetworkManager-1abd59d8bf94f9ccf3055741809f66af6a89bcea.tar.gz
dbus: deprecated NM specific PropertiesChanged signals
Nowadays, users should use the standard "PropertiesChanged" signal on "org.freedesktop.DBus.Properties" interface.
-rw-r--r--introspection/nm-access-point.xml2
-rw-r--r--introspection/nm-active-connection.xml2
-rw-r--r--introspection/nm-checkpoint.xml2
-rw-r--r--introspection/nm-device-adsl.xml2
-rw-r--r--introspection/nm-device-bond.xml2
-rw-r--r--introspection/nm-device-bridge.xml2
-rw-r--r--introspection/nm-device-bt.xml2
-rw-r--r--introspection/nm-device-ethernet.xml2
-rw-r--r--introspection/nm-device-generic.xml2
-rw-r--r--introspection/nm-device-infiniband.xml2
-rw-r--r--introspection/nm-device-ip-tunnel.xml2
-rw-r--r--introspection/nm-device-macvlan.xml2
-rw-r--r--introspection/nm-device-modem.xml2
-rw-r--r--introspection/nm-device-olpc-mesh.xml2
-rw-r--r--introspection/nm-device-statistics.xml2
-rw-r--r--introspection/nm-device-team.xml2
-rw-r--r--introspection/nm-device-tun.xml2
-rw-r--r--introspection/nm-device-veth.xml2
-rw-r--r--introspection/nm-device-vlan.xml2
-rw-r--r--introspection/nm-device-vxlan.xml2
-rw-r--r--introspection/nm-device-wifi.xml4
-rw-r--r--introspection/nm-device-wimax.xml2
-rw-r--r--introspection/nm-dhcp4-config.xml2
-rw-r--r--introspection/nm-dhcp6-config.xml2
-rw-r--r--introspection/nm-ip4-config.xml2
-rw-r--r--introspection/nm-ip6-config.xml2
-rw-r--r--introspection/nm-manager.xml2
-rw-r--r--introspection/nm-settings-connection.xml2
-rw-r--r--introspection/nm-settings.xml2
-rw-r--r--introspection/nm-vpn-connection.xml2
-rw-r--r--introspection/nm-wimax-nsp.xml2
31 files changed, 59 insertions, 5 deletions
diff --git a/introspection/nm-access-point.xml b/introspection/nm-access-point.xml
index 0c1ebf23ca..617c8671b6 100644
--- a/introspection/nm-access-point.xml
+++ b/introspection/nm-access-point.xml
@@ -93,6 +93,8 @@
<!--
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}"/>
diff --git a/introspection/nm-active-connection.xml b/introspection/nm-active-connection.xml
index a4e9417041..383ede34a9 100644
--- a/introspection/nm-active-connection.xml
+++ b/introspection/nm-active-connection.xml
@@ -148,6 +148,8 @@
<!--
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}"/>
diff --git a/introspection/nm-checkpoint.xml b/introspection/nm-checkpoint.xml
index d0fbda8dec..1c5050f279 100644
--- a/introspection/nm-checkpoint.xml
+++ b/introspection/nm-checkpoint.xml
@@ -34,6 +34,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-adsl.xml b/introspection/nm-device-adsl.xml
index 5ad397e6a4..0986f06995 100644
--- a/introspection/nm-device-adsl.xml
+++ b/introspection/nm-device-adsl.xml
@@ -5,6 +5,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-bond.xml b/introspection/nm-device-bond.xml
index fc0249d937..e6288a1530 100644
--- a/introspection/nm-device-bond.xml
+++ b/introspection/nm-device-bond.xml
@@ -28,6 +28,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-bridge.xml b/introspection/nm-device-bridge.xml
index c2e8ffd3b3..a6c5710dc3 100644
--- a/introspection/nm-device-bridge.xml
+++ b/introspection/nm-device-bridge.xml
@@ -28,6 +28,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-bt.xml b/introspection/nm-device-bt.xml
index 6249085b2e..f891220d25 100644
--- a/introspection/nm-device-bt.xml
+++ b/introspection/nm-device-bt.xml
@@ -28,6 +28,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-ethernet.xml b/introspection/nm-device-ethernet.xml
index ddfa74bb09..3aa4540fb5 100644
--- a/introspection/nm-device-ethernet.xml
+++ b/introspection/nm-device-ethernet.xml
@@ -42,6 +42,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-generic.xml b/introspection/nm-device-generic.xml
index e79ff700ac..39aafc2c1b 100644
--- a/introspection/nm-device-generic.xml
+++ b/introspection/nm-device-generic.xml
@@ -19,6 +19,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-infiniband.xml b/introspection/nm-device-infiniband.xml
index 9848a07430..34b5fadd1f 100644
--- a/introspection/nm-device-infiniband.xml
+++ b/introspection/nm-device-infiniband.xml
@@ -20,6 +20,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-ip-tunnel.xml b/introspection/nm-device-ip-tunnel.xml
index 45f3a3f710..dda71e3e67 100644
--- a/introspection/nm-device-ip-tunnel.xml
+++ b/introspection/nm-device-ip-tunnel.xml
@@ -86,6 +86,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-macvlan.xml b/introspection/nm-device-macvlan.xml
index 876b685cc9..e0b58ba4da 100644
--- a/introspection/nm-device-macvlan.xml
+++ b/introspection/nm-device-macvlan.xml
@@ -33,6 +33,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-modem.xml b/introspection/nm-device-modem.xml
index 1d4bd65ee9..29eff68246 100644
--- a/introspection/nm-device-modem.xml
+++ b/introspection/nm-device-modem.xml
@@ -5,6 +5,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-olpc-mesh.xml b/introspection/nm-device-olpc-mesh.xml
index b2ab126ec6..3d6162f334 100644
--- a/introspection/nm-device-olpc-mesh.xml
+++ b/introspection/nm-device-olpc-mesh.xml
@@ -27,7 +27,7 @@
PropertiesChanged:
@properties: A dictionary containing the FIXME: check changed parameters.
- Emitted when the wireless device'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}"/>
diff --git a/introspection/nm-device-statistics.xml b/introspection/nm-device-statistics.xml
index bdb19c89ce..84c3b6fe47 100644
--- a/introspection/nm-device-statistics.xml
+++ b/introspection/nm-device-statistics.xml
@@ -29,6 +29,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-team.xml b/introspection/nm-device-team.xml
index 64faaec4b0..c7b50a386d 100644
--- a/introspection/nm-device-team.xml
+++ b/introspection/nm-device-team.xml
@@ -35,6 +35,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-tun.xml b/introspection/nm-device-tun.xml
index a11461c1a1..68167cc57d 100644
--- a/introspection/nm-device-tun.xml
+++ b/introspection/nm-device-tun.xml
@@ -57,6 +57,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-veth.xml b/introspection/nm-device-veth.xml
index b064874e0d..93c7c87024 100644
--- a/introspection/nm-device-veth.xml
+++ b/introspection/nm-device-veth.xml
@@ -12,6 +12,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-vlan.xml b/introspection/nm-device-vlan.xml
index 7d8fbdce92..e5bf7c44ed 100644
--- a/introspection/nm-device-vlan.xml
+++ b/introspection/nm-device-vlan.xml
@@ -34,6 +34,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-vxlan.xml b/introspection/nm-device-vxlan.xml
index ec17717d6f..8eae63c647 100644
--- a/introspection/nm-device-vxlan.xml
+++ b/introspection/nm-device-vxlan.xml
@@ -131,6 +131,8 @@
<!--
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}"/>
diff --git a/introspection/nm-device-wifi.xml b/introspection/nm-device-wifi.xml
index c1f378d8c0..1973b417dc 100644
--- a/introspection/nm-device-wifi.xml
+++ b/introspection/nm-device-wifi.xml
@@ -93,9 +93,9 @@
<!--
PropertiesChanged:
- @properties: A dictionary containing the FIXME: check changed parameters.
+ @properties: A dictionary containing the changed parameters.
- Emitted when the wireless device'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}"/>
diff --git a/introspection/nm-device-wimax.xml b/introspection/nm-device-wimax.xml
index 02539dbb66..844856cc19 100644
--- a/introspection/nm-device-wimax.xml
+++ b/introspection/nm-device-wimax.xml
@@ -83,7 +83,7 @@
PropertiesChanged:
@properties: A dictionary mapping property names to variant boxed values.
- Emitted when the WiMax device'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}"/>
diff --git a/introspection/nm-dhcp4-config.xml b/introspection/nm-dhcp4-config.xml
index e9363f9e21..5244bcaaa0 100644
--- a/introspection/nm-dhcp4-config.xml
+++ b/introspection/nm-dhcp4-config.xml
@@ -19,6 +19,8 @@
<!--
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}"/>
diff --git a/introspection/nm-dhcp6-config.xml b/introspection/nm-dhcp6-config.xml
index 7ecdf35cab..09e2ca8676 100644
--- a/introspection/nm-dhcp6-config.xml
+++ b/introspection/nm-dhcp6-config.xml
@@ -19,6 +19,8 @@
<!--
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}"/>
diff --git a/introspection/nm-ip4-config.xml b/introspection/nm-ip4-config.xml
index bbe7bebeae..17f57bc685 100644
--- a/introspection/nm-ip4-config.xml
+++ b/introspection/nm-ip4-config.xml
@@ -94,6 +94,8 @@
<!--
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}"/>
diff --git a/introspection/nm-ip6-config.xml b/introspection/nm-ip6-config.xml
index a58bfffa55..e5cab7132d 100644
--- a/introspection/nm-ip6-config.xml
+++ b/introspection/nm-ip6-config.xml
@@ -86,6 +86,8 @@
<!--
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}"/>
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}"/>
diff --git a/introspection/nm-settings-connection.xml b/introspection/nm-settings-connection.xml
index 15b380348c..cf33120ce8 100644
--- a/introspection/nm-settings-connection.xml
+++ b/introspection/nm-settings-connection.xml
@@ -123,6 +123,8 @@
<!--
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}"/>
diff --git a/introspection/nm-settings.xml b/introspection/nm-settings.xml
index 7f5b546c58..32675e02d8 100644
--- a/introspection/nm-settings.xml
+++ b/introspection/nm-settings.xml
@@ -131,6 +131,8 @@
<!--
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}"/>
diff --git a/introspection/nm-vpn-connection.xml b/introspection/nm-vpn-connection.xml
index 430998f3d1..897cea0b0a 100644
--- a/introspection/nm-vpn-connection.xml
+++ b/introspection/nm-vpn-connection.xml
@@ -12,6 +12,8 @@
<!--
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}"/>
diff --git a/introspection/nm-wimax-nsp.xml b/introspection/nm-wimax-nsp.xml
index 8b9a2fcc9f..a766927943 100644
--- a/introspection/nm-wimax-nsp.xml
+++ b/introspection/nm-wimax-nsp.xml
@@ -28,6 +28,8 @@
<!--
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}"/>