dbus: use the annotations for documentation
[NetworkManager.git] / introspection / nm-device.xml
index f1033c7..321cace 100644 (file)
@@ -3,7 +3,7 @@
 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
   <interface name="org.freedesktop.NetworkManager.Device">
     <property name="Udi" type="s" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Operating-system specific transient device hardware identifier.  This
         is an opaque string representing the underlying hardware for the device,
         and shouldn't be used to keep track of individual devices.  For some
         object path.  If you're looking for a way to track a specific piece of
         hardware across reboot or hotplug, use a MAC address or USB serial
         number.
-      </tp:docstring>
+      " />
     </property>
     <property name="Interface" type="s" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         The name of the device's control (and often data) interface.
-      </tp:docstring>
+      " />
     </property>
     <property name="IpInterface" type="s" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         The name of the device's data interface when available.  This property
         may not refer to the actual data interface until the device has
         successfully established a data connection, indicated by the device's
         State becoming ACTIVATED.
-      </tp:docstring>
+      " />
     </property>
     <property name="Driver" type="s" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         The driver handling the device.
-      </tp:docstring>
+      " />
     </property>
     <property name="DriverVersion" type="s" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         The version of the driver handling the device.
-      </tp:docstring>
+      " />
     </property>
     <property name="FirmwareVersion" type="s" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         The firmware version for the device.
-      </tp:docstring>
+      " />
     </property>
     <property name="Capabilities" type="u" access="read" tp:type="NM_DEVICE_CAP">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Flags describing the capabilities of the device.
-      </tp:docstring>
+      " />
     </property>
     <property name="Ip4Address" type="u" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         DEPRECATED; use the 'Addresses' property of the 'Ip4Config' object instead.
-      </tp:docstring>
+      " />
     </property>
     <property name="State" type="u" access="read" tp:type="NM_DEVICE_STATE">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         The current state of the device.
-      </tp:docstring>
+      " />
     </property>
     <property name="StateReason" type="(uu)" access="read" tp:type="NM_DEVICE_STATE_REASON_STRUCT">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         The current state and reason for changing to that state.
-      </tp:docstring>
+      " />
     </property>
     <property name="ActiveConnection" type="o" access="read">
-      <tp:docstring>
-        Object path of an ActiveConnection object that "owns" this device during
+      <annotation name="org.gtk.GDBus.DocString" value="
+        Object path of an ActiveConnection object that &quot;owns&quot; this device during
         activation.  The ActiveConnection object tracks the life-cycle of a
         connection to a specific network and implements the
         org.freedesktop.NetworkManager.Connection.Active D-Bus interface.
-      </tp:docstring>
+      " />
     </property>
     <property name="Ip4Config" type="o" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Object path of the Ip4Config object describing the configuration of the device.  Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED state.
-      </tp:docstring>
+      " />
     </property>
     <property name="Dhcp4Config" type="o" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Object path of the Dhcp4Config object describing the DHCP options returned by the DHCP server.  Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED state.
-      </tp:docstring>
+      " />
     </property>
     <property name="Ip6Config" type="o" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Object path of the Ip6Config object describing the configuration of the device.  Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED state.
-      </tp:docstring>
+      " />
     </property>
     <property name="Dhcp6Config" type="o" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Object path of the Dhcp6Config object describing the DHCP options
         returned by the DHCP server.  Only valid when the device is in the
         NM_DEVICE_STATE_ACTIVATED state.
-      </tp:docstring>
+      " />
     </property>
     <property name="Managed" type="b" access="readwrite">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Whether or not this device is managed by NetworkManager. Setting this
         property has a similar effect to configuring the device as unmanaged
         via the keyfile.unmanaged-devices setting in NetworkManager.conf.
         Changes to this value are not persistent and lost after NetworkManager
         restart.
-      </tp:docstring>
+      " />
     </property>
     <property name="Autoconnect" type="b" access="readwrite">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         If TRUE, indicates the device is allowed to autoconnect.  If FALSE,
         manual intervention is required before the device will automatically
         connect to a known network, such as activating a connection using the
         device, or setting this property to TRUE.  This property cannot be
         set to TRUE for default-unmanaged devices, since they never autoconnect.
-      </tp:docstring>
+      " />
     </property>
     <property name="FirmwareMissing" type="b" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         If TRUE, indicates the device is likely missing firmware necessary for
         its operation.
-      </tp:docstring>
+      " />
     </property>
     <property name="NmPluginMissing" type="b" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         If TRUE, indicates the NetworkManager plugin for the device is likely
         missing or misconfigured.
-      </tp:docstring>
+      " />
     </property>
     <property name="DeviceType" type="u" access="read" tp:type="NM_DEVICE_TYPE">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         The general type of the network device; ie Ethernet, WiFi, etc.
-      </tp:docstring>
+      " />
     </property>
     <property name="AvailableConnections" type="ao" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         An array of object paths of every configured connection that is currently 'available' through this device.
-      </tp:docstring>
+      " />
     </property>
     <property name="PhysicalPortId" type="s" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         If non-empty, an (opaque) indicator of the physical network
         port associated with the device. This can be used to recognize
        when two seemingly-separate hardware devices are actually just
        different virtual interfaces to the same physical port.
-      </tp:docstring>
+      " />
     </property>
     <property name="Mtu" type="u" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         The device MTU (maximum transmission unit).
-      </tp:docstring>
+      " />
     </property>
     <property name="Metered" type="u" access="read" tp:type="NM_METERED">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Whether the amount of traffic flowing through the device is
         subject to limitations, for example set by service providers.
-      </tp:docstring>
+      " />
     </property>
     <property name="LldpNeighbors" type="aa{sv}" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Array of LLDP neighbors; each element is a dictionary mapping
         LLDP TLV names to variant boxed values.
-      </tp:docstring>
+      " />
     </property>
     <property name="Real" type="b" access="read">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         True if the device exists, or False for placeholder devices that
         do not yet exist but could be automatically created by NetworkManager
         if one of their AvailableConnections was activated.
-      </tp:docstring>
+      " />
     </property>
 
     <method name="Reapply">
       <arg name="connection" type="a{sa{sv}}" direction="in">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The optional connection settings that will be reapplied on the device. If empty, the
           currently active settings-connection will be used. The connection cannot arbitrarly
           differ from the current applied-connection otherwise the call will fail.
           Only certain changes are supported, like adding or removing IP addresses.
-        </tp:docstring>
+        " />
       </arg>
       <arg name="version_id" type="t" direction="in">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           If non-zero, the current version id of the applied-connection must match.
           The current version id can be retrieved via GetAppliedConnection.
           This optional argument allows to catch concurrent modifications between
           the GetAppliedConnection call and Reapply.
-        </tp:docstring>
+        " />
       </arg>
       <arg name="flags" type="u" direction="in">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Flags which would modify the behavior of the Reapply call.
           There are no flags defined currently and the users should use the value of 0.
-        </tp:docstring>
+        " />
       </arg>
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Attempts to update the configuration of a device without deactivating it. NetworkManager
         has the concept of connections, which are profiles that contain the configuration for
         a networking device. Those connections are exposed via D-Bus as individual objects
         of NetworkManager).
         Reapply can make the applied-connection different from the settings-connection,
         just like updating the settings-connection can make them different.
-      </tp:docstring>
+      " />
     </method>
 
     <method name="GetAppliedConnection">
       <arg name="flags" type="u" direction="in">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Flags which would modify the behavior of the GetAppliedConnection call.
           There are no flags defined currently and the users should use the value of 0.
-        </tp:docstring>
+        " />
       </arg>
       <arg name="connection" type="a{sa{sv}}" direction="out">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
             The effective connection settings that the connection has currently applied.
-        </tp:docstring>
+        " />
       </arg>
       <arg name="version_id" type="t" direction="out">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
             The version-id of the currently applied connection. This can be specified during
             Reapply to avoid races where you first fetch the applied connection, modify it
             and try to reapply it. If the applied connection is modified in the meantime, the
             version_id gets incremented and Reapply will fail.
-        </tp:docstring>
+        " />
       </arg>
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Get the currently applied connection on the device. This is a snapshot of the last activated
         connection on the device, that is the configuration that is currently applied on the device.
         Usually this is the same as GetSettings of the referenced settings connection. However, it
         can differ if the settings connection was subsequently modified or the applied connection was
         modified by Reapply. The applied connection is set when activating a device or when calling
         Reapply.
-      </tp:docstring>
+      " />
     </method>
 
     <method name="Disconnect">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Disconnects a device and prevents the device from automatically activating further connections without user intervention.
-      </tp:docstring>
+      " />
     </method>
 
     <method name="Delete">
-      <tp:docstring>
+      <annotation name="org.gtk.GDBus.DocString" value="
         Deletes a software device from NetworkManager and removes the interface from the system.
         The method returns an error when called for a hardware device.
-      </tp:docstring>
+      " />
     </method>
 
     <signal name="StateChanged">
       <arg name="new_state" type="u" tp:type="NM_DEVICE_STATE">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The new state of the device.
-        </tp:docstring>
+        " />
       </arg>
       <arg name="old_state" type="u" tp:type="NM_DEVICE_STATE">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The previous state of the device.
-        </tp:docstring>
+        " />
       </arg>
       <arg name="reason" type="u" tp:type="NM_DEVICE_STATE_REASON">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           A reason for the state transition.
-        </tp:docstring>
+        " />
       </arg>
     </signal>
 
     <tp:enum name="NM_DEVICE_STATE" type="u">
       <tp:enumvalue suffix="UNKNOWN" value="0">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is in an unknown state.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="UNMANAGED" value="10">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is recognized but not managed by NetworkManager.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="UNAVAILABLE" value="20">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device cannot be used (carrier off, rfkill, etc).
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="DISCONNECTED" value="30">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is not connected.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="PREPARE" value="40">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is preparing to connect.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="CONFIG" value="50">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is being configured.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="NEED_AUTH" value="60">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is awaiting secrets necessary to continue connection.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="IP_CONFIG" value="70">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The IP settings of the device are being requested and configured.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="IP_CHECK" value="80">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device's IP connectivity ability is being determined.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="SECONDARIES" value="90">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is waiting for secondary connections to be activated.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="ACTIVATED" value="100">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is active.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="DEACTIVATING" value="110">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device's network connection is being torn down.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="FAILED" value="120">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is in a failure state following an attempt to activate it.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
     </tp:enum>
 
     <tp:enum name="NM_DEVICE_TYPE" type="u">
       <tp:enumvalue suffix="UNKNOWN" value="0">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device type is unknown.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="ETHERNET" value="1">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is wired Ethernet device.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="WIFI" value="2">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is an 802.11 WiFi device.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="UNUSED1" value="3">
-        <tp:docstring>Unused</tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="Unused" />
       </tp:enumvalue>
       <tp:enumvalue suffix="UNUSED2" value="4">
-        <tp:docstring>Unused</tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="Unused" />
       </tp:enumvalue>
       <tp:enumvalue suffix="BT" value="5">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is Bluetooth device that provides PAN or DUN capabilities.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="OLPC_MESH" value="6">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is an OLPC mesh networking device.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="WIMAX" value="7">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is an 802.16e Mobile WiMAX device.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="MODEM" value="8">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is a modem supporting one or more of analog telephone,
           CDMA/EVDO, GSM/UMTS/HSPA, or LTE standards to access a cellular or
           wireline data network.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="INFINIBAND" value="9">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is an IP-capable InfiniBand interface.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="BOND" value="10">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is a bond master interface.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="VLAN" value="11">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is a VLAN interface.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="ADSL" value="12">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is an ADSL device supporting PPPoE and PPPoATM protocols.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="BRIDGE" value="13">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is a bridge interface.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GENERIC" value="14">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is a generic interface type unrecognized by NetworkManager.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="TEAM" value="15">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is a team master interface.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
     </tp:enum>
 
     <tp:flags name="NM_DEVICE_CAP" value-prefix="NM_DEVICE_CAP" type="u">
       <tp:flag suffix="NONE" value="0x0">
-        <tp:docstring>Null capability.</tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="Null capability." />
       </tp:flag>
       <tp:flag suffix="NM_SUPPORTED" value="0x1">
-        <tp:docstring>The device is supported by NetworkManager.</tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="The device is supported by NetworkManager." />
       </tp:flag>
       <tp:flag suffix="CARRIER_DETECT" value="0x2">
-        <tp:docstring>The device supports carrier detection.</tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="The device supports carrier detection." />
       </tp:flag>
     </tp:flags>
 
     <tp:enum name="NM_DEVICE_STATE_REASON" type="u">
       <tp:enumvalue suffix="UNKNOWN" value="0">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The reason for the device state change is unknown.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="NONE" value="1">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The state change is normal.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="NOW_MANAGED" value="2">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is now managed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="NOW_UNMANAGED" value="3">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is no longer managed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="CONFIG_FAILED" value="4">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device could not be readied for configuration.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="CONFIG_UNAVAILABLE" value="5">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           IP configuration could not be reserved (no available address, timeout, etc).
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="CONFIG_EXPIRED" value="6">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The IP configuration is no longer valid.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="NO_SECRETS" value="7">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Secrets were required, but not provided.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="SUPPLICANT_DISCONNECT" value="8">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The 802.1X supplicant disconnected from the access point or authentication server.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="SUPPLICANT_CONFIG_FAILED" value="9">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Configuration of the 802.1X supplicant failed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="SUPPLICANT_FAILED" value="10">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The 802.1X supplicant quit or failed unexpectedly.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="SUPPLICANT_TIMEOUT" value="11">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The 802.1X supplicant took too long to authenticate.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="PPP_START_FAILED" value="12">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The PPP service failed to start within the allowed time.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="PPP_DISCONNECT" value="13">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The PPP service disconnected unexpectedly.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="PPP_FAILED" value="14">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The PPP service quit or failed unexpectedly.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="DHCP_START_FAILED" value="15">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The DHCP service failed to start within the allowed time.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="DHCP_ERROR" value="16">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The DHCP service reported an unexpected error.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="DHCP_FAILED" value="17">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The DHCP service quit or failed unexpectedly.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="SHARED_START_FAILED" value="18">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The shared connection service failed to start.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="SHARED_FAILED" value="19">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The shared connection service quit or failed unexpectedly.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="AUTOIP_START_FAILED" value="20">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The AutoIP service failed to start.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="AUTOIP_ERROR" value="21">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The AutoIP service reported an unexpected error.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="AUTOIP_FAILED" value="22">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The AutoIP service quit or failed unexpectedly.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="MODEM_BUSY" value="23">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Dialing failed because the line was busy.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="MODEM_NO_DIAL_TONE" value="24">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Dialing failed because there was no dial tone.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="MODEM_NO_CARRIER" value="25">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Dialing failed because there was carrier.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="MODEM_DIAL_TIMEOUT" value="26">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Dialing timed out.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="MODEM_DIAL_FAILED" value="27">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Dialing failed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="MODEM_INIT_FAILED" value="28">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Modem initialization failed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GSM_APN_FAILED" value="29">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Failed to select the specified GSM APN.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GSM_REGISTRATION_NOT_SEARCHING" value="30">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Not searching for networks.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GSM_REGISTRATION_DENIED" value="31">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Network registration was denied.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GSM_REGISTRATION_TIMEOUT" value="32">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Network registration timed out.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GSM_REGISTRATION_FAILED" value="33">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Failed to register with the requested GSM network.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GSM_PIN_CHECK_FAILED" value="34">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           PIN check failed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="FIRMWARE_MISSING" value="35">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Necessary firmware for the device may be missing.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="REMOVED" value="36">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device was removed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="SLEEPING" value="37">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           NetworkManager went to sleep.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="CONNECTION_REMOVED" value="38">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device's active connection was removed or disappeared.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="USER_REQUESTED" value="39">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           A user or client requested the disconnection.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="CARRIER" value="40">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device's carrier/link changed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="CONNECTION_ASSUMED" value="41">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device's existing connection was assumed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="SUPPLICANT_AVAILABLE" value="42">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The 802.1x supplicant is now available.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="MODEM_NOT_FOUND" value="43">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The modem could not be found.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="BT_FAILED" value="44">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The Bluetooth connection timed out or failed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GSM_SIM_NOT_INSERTED" value="45">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           GSM Modem's SIM Card not inserted.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GSM_SIM_PIN_REQUIRED" value="46">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           GSM Modem's SIM Pin required.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GSM_SIM_PUK_REQUIRED" value="47">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           GSM Modem's SIM Puk required.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GSM_SIM_WRONG" value="48">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           GSM Modem's SIM wrong
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="INFINIBAND_MODE" value="49">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           InfiniBand device does not support connected mode.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="DEPENDENCY_FAILED" value="50">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           A dependency of the connection failed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="BR2684_FAILED" value="51">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Problem with the RFC 2684 Ethernet over ADSL bridge.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="MODEM_MANAGER_UNAVAILABLE" value="52">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           ModemManager was not running or quit unexpectedly.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="SSID_NOT_FOUND" value="53">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The 802.11 Wi-Fi network could not be found.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="SECONDARY_CONNECTION_FAILED" value="54">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           A secondary connection of the base connection failed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="DCB_FCOE_FAILED" value="55">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           DCB or FCoE setup failed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="TEAMD_CONTROL_FAILED" value="56">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           teamd control failed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="MODEM_FAILED" value="57">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Modem failed or no longer available.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="MODEM_AVAILABLE" value="58">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           Modem now ready and available.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="SIM_PIN_INCORRECT" value="59">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The SIM PIN was incorrect.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="NEW_ACTIVATION" value="60">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           A new connection activation was enqueued.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="PARENT_CHANGED" value="61">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device's parent changed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="PARENT_MANAGED_CHANGED" value="62">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device parent's management changed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
     </tp:enum>
 
     <tp:enum name="NM_METERED" type="u">
       <tp:enumvalue suffix="UNKNOWN" value="0">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device metered status is unknown.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="YES" value="1">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is metered and the value was statically set.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="NO" value="2">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is not metered and the value was statically set.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GUESS_YES" value="3">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is metered and the value was guessed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
       <tp:enumvalue suffix="GUESS_NO" value="4">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device is not metered and the value was guessed.
-        </tp:docstring>
+        " />
       </tp:enumvalue>
     </tp:enum>
 
     <tp:struct name="NM_DEVICE_STATE_REASON_STRUCT">
       <tp:member type="u" name="state" tp:type="NM_DEVICE_STATE">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The device state.
-        </tp:docstring>
+        " />
       </tp:member>
       <tp:member type="u" name="reason" tp:type="NM_DEVICE_STATE_REASON">
-        <tp:docstring>
+        <annotation name="org.gtk.GDBus.DocString" value="
           The reason for originally changing to the device state.
-        </tp:docstring>
+        " />
       </tp:member>
     </tp:struct>
   </interface>