mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-20 21:58:18 +02:00
Patch from Will Stephenson <wstephenson@kde.org> * Makefile.am configure.in - Set up spec autogeneration infrastructure * docs/NetworkManager DBUS API.txt - Note how old this doc is and where to look for the canonical D-Bus specification * introspection/* - Add annotations and comments git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3345 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
16 lines
517 B
XML
16 lines
517 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
|
|
<interface name="org.freedesktop.NetworkManager.Device.Wired">
|
|
<property name="HwAddress" type="s" access="read">
|
|
<tp:docstring>
|
|
Hardware address of the device.
|
|
</tp:docstring>
|
|
</property>
|
|
<property name="Speed" type="u" access="read">
|
|
<tp:docstring>
|
|
Design speed of the device.
|
|
</tp:docstring>
|
|
</property>
|
|
</interface>
|
|
</node>
|