NetworkManager/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml
Lubomir Rintel 1358831d03 introspection: use @since
gdbus-codegen provides a way to specify a version number on various
elements. Use it to instead of a plain text paragraph.
2022-03-22 14:47:33 +01:00

21 lines
526 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.OvsPort:
@short_description: OvsPort Device
-->
<interface name="org.freedesktop.NetworkManager.Device.OvsPort">
<!--
Slaves:
@since: 1.14
DEPRECATED. Use the "Ports" property in
"org.freedesktop.NetworkManager.Device" instead which exists since
version NetworkManager 1.34.0.
-->
<property name="Slaves" type="ao" access="read"/>
</interface>
</node>