summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-09-13 14:59:34 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-09-20 12:51:20 +0200
commitd4fd1ea4caadfc209fdddece7e1613b01a8709cc (patch)
treead0d9580f147635c1fefe6bc8a596d896eb5bcb7
parent25fadf8f92a1d02c19c657beddbed54900d3baaa (diff)
downloadNetworkManager-d4fd1ea4caadfc209fdddece7e1613b01a8709cc.tar.gz
introspection: fix documentation for Wimax(Hardware)?Enabled
These properties don't do anything. They just exist for compatibility reasons. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/274
-rw-r--r--introspection/org.freedesktop.NetworkManager.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.xml b/introspection/org.freedesktop.NetworkManager.xml
index bb48941b2e..0ebfe2434f 100644
--- a/introspection/org.freedesktop.NetworkManager.xml
+++ b/introspection/org.freedesktop.NetworkManager.xml
@@ -372,15 +372,16 @@
<!--
WimaxEnabled:
- Indicates if WiMAX devices are currently enabled or not.
+ DEPRECATED. Doesn't have any meaning and is around only for
+ compatibility reasons.
-->
<property name="WimaxEnabled" type="b" access="readwrite"/>
<!--
WimaxHardwareEnabled:
- Indicates if the WiMAX hardware is currently enabled, i.e. the state of
- the RF kill switch.
+ DEPRECATED. Doesn't have any meaning and is around only for
+ compatibility reasons.
-->
<property name="WimaxHardwareEnabled" type="b" access="read"/>