diff options
Diffstat (limited to 'introspection/nm-device-generic.xml')
| -rw-r--r-- | introspection/nm-device-generic.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/introspection/nm-device-generic.xml b/introspection/nm-device-generic.xml index 79d19899..2f8fc7ee 100644 --- a/introspection/nm-device-generic.xml +++ b/introspection/nm-device-generic.xml @@ -4,22 +4,22 @@ <interface name="org.freedesktop.NetworkManager.Device.Generic"> <property name="HwAddress" type="s" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Hardware address of the device. - </tp:docstring> + " /> </property> <property name="TypeDescription" type="s" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" A (non-localized) description of the interface type, if known. - </tp:docstring> + " /> </property> <signal name="PropertiesChanged"> <arg name="properties" type="a{sv}" tp:type="String_Variant_Map"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" A dictionary mapping property names to variant boxed values - </tp:docstring> + " /> </arg> </signal> |