introspection: deprecate Carrier properties
Deprecate the 'Carrier' property present in some Device sub-interfaces in favor of the 'Carrier' flag in the InterfaceFlags property, which is more general as it is available for all interfaces.
This commit is contained in:
@@ -21,6 +21,9 @@
|
|||||||
Carrier:
|
Carrier:
|
||||||
|
|
||||||
Indicates whether the physical carrier is found.
|
Indicates whether the physical carrier is found.
|
||||||
|
|
||||||
|
DEPRECATED: check for the "carrier" flag in the "InterfaceFlags"
|
||||||
|
property on the "org.freedesktop.NetworkManager.Device" interface.
|
||||||
-->
|
-->
|
||||||
<property name="Carrier" type="b" access="read"/>
|
<property name="Carrier" type="b" access="read"/>
|
||||||
</interface>
|
</interface>
|
||||||
|
@@ -19,6 +19,9 @@
|
|||||||
|
|
||||||
Indicates whether the physical carrier is found (e.g. whether a cable is
|
Indicates whether the physical carrier is found (e.g. whether a cable is
|
||||||
plugged in or not).
|
plugged in or not).
|
||||||
|
|
||||||
|
DEPRECATED: check for the "lower-up" flag in the "InterfaceFlags"
|
||||||
|
property on the "org.freedesktop.NetworkManager.Device" interface.
|
||||||
-->
|
-->
|
||||||
<property name="Carrier" type="b" access="read"/>
|
<property name="Carrier" type="b" access="read"/>
|
||||||
|
|
||||||
|
@@ -19,6 +19,9 @@
|
|||||||
|
|
||||||
Indicates whether the physical carrier is found (e.g. whether a cable is
|
Indicates whether the physical carrier is found (e.g. whether a cable is
|
||||||
plugged in or not).
|
plugged in or not).
|
||||||
|
|
||||||
|
DEPRECATED: check for the "carrier" flag in the "InterfaceFlags"
|
||||||
|
property on the "org.freedesktop.NetworkManager.Device" interface.
|
||||||
-->
|
-->
|
||||||
<property name="Carrier" type="b" access="read"/>
|
<property name="Carrier" type="b" access="read"/>
|
||||||
|
|
||||||
|
@@ -19,6 +19,9 @@
|
|||||||
|
|
||||||
Indicates whether the physical carrier is found (e.g. whether a cable is
|
Indicates whether the physical carrier is found (e.g. whether a cable is
|
||||||
plugged in or not).
|
plugged in or not).
|
||||||
|
|
||||||
|
DEPRECATED: check for the "lower-up" flag in the "InterfaceFlags"
|
||||||
|
property on the "org.freedesktop.NetworkManager.Device" interface.
|
||||||
-->
|
-->
|
||||||
<property name="Carrier" type="b" access="read"/>
|
<property name="Carrier" type="b" access="read"/>
|
||||||
|
|
||||||
|
@@ -19,6 +19,9 @@
|
|||||||
|
|
||||||
Indicates whether the physical carrier is found (e.g. whether a cable is
|
Indicates whether the physical carrier is found (e.g. whether a cable is
|
||||||
plugged in or not).
|
plugged in or not).
|
||||||
|
|
||||||
|
DEPRECATED: check for the "lower-up" flag in the "InterfaceFlags"
|
||||||
|
property on the "org.freedesktop.NetworkManager.Device" interface.
|
||||||
-->
|
-->
|
||||||
<property name="Carrier" type="b" access="read"/>
|
<property name="Carrier" type="b" access="read"/>
|
||||||
|
|
||||||
|
@@ -19,6 +19,9 @@
|
|||||||
|
|
||||||
Indicates whether the physical carrier is found (e.g. whether a cable is
|
Indicates whether the physical carrier is found (e.g. whether a cable is
|
||||||
plugged in or not).
|
plugged in or not).
|
||||||
|
|
||||||
|
DEPRECATED: check for the "carrier" flag in the "InterfaceFlags"
|
||||||
|
property on the "org.freedesktop.NetworkManager.Device" interface.
|
||||||
-->
|
-->
|
||||||
<property name="Carrier" type="b" access="read"/>
|
<property name="Carrier" type="b" access="read"/>
|
||||||
|
|
||||||
|
@@ -41,6 +41,9 @@
|
|||||||
|
|
||||||
Indicates whether the physical carrier is found (e.g. whether a cable is
|
Indicates whether the physical carrier is found (e.g. whether a cable is
|
||||||
plugged in or not).
|
plugged in or not).
|
||||||
|
|
||||||
|
DEPRECATED: check for the "carrier" flag in the "InterfaceFlags"
|
||||||
|
property on the "org.freedesktop.NetworkManager.Device" interface.
|
||||||
-->
|
-->
|
||||||
<property name="Carrier" type="b" access="read"/>
|
<property name="Carrier" type="b" access="read"/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user