summary refs log tree commit diff
path: root/introspection/vpn-errors.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-03-30 00:56:30 +0200
committerMichael Biebl <biebl@debian.org>2016-03-30 00:56:30 +0200
commitd9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (patch)
treefa41baf72753961e71dd8d5bdbe2b89c9109e4f1 /introspection/vpn-errors.xml
parentc2de0d98ba39e0a1a970d066fd19be786092f376 (diff)
Imported Upstream version 1.1.92 upstream/1.1.92
Diffstat (limited to 'introspection/vpn-errors.xml')
-rw-r--r--introspection/vpn-errors.xml38
1 files changed, 19 insertions, 19 deletions
diff --git a/introspection/vpn-errors.xml b/introspection/vpn-errors.xml
index 7b92d073..c1e02aac 100644
--- a/introspection/vpn-errors.xml
+++ b/introspection/vpn-errors.xml
@@ -2,59 +2,59 @@
 <tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
     namespace="org.freedesktop.NetworkManager.VPN.Error">
   <tp:error name="General">
-    <tp:docstring>General failure without further details.</tp:docstring>
+    <annotation name="org.gtk.GDBus.DocString" value="General failure without further details." />
   </tp:error>
   <tp:error name="StartingInProgress">
-    <tp:docstring>
+    <annotation name="org.gtk.GDBus.DocString" value="
       The plugin is already starting, and another connect request was received.
-    </tp:docstring>
+    " />
   </tp:error>
   <tp:error name="AlreadyStarted">
-    <tp:docstring>
+    <annotation name="org.gtk.GDBus.DocString" value="
       The plugin is already connected, and another connect request was received.
-    </tp:docstring>
+    " />
   </tp:error>
   <tp:error name="StoppingInProgress">
-    <tp:docstring>
+    <annotation name="org.gtk.GDBus.DocString" value="
       The plugin is already stopping, and another stop request was received.
-    </tp:docstring>
+    " />
   </tp:error>
   <tp:error name="AlreadyStopped">
-    <tp:docstring>
+    <annotation name="org.gtk.GDBus.DocString" value="
       The plugin is already stopped, and another disconnect request was received.
-    </tp:docstring>
+    " />
   </tp:error>
   <tp:error name="WrongState">
-    <tp:docstring>
+    <annotation name="org.gtk.GDBus.DocString" value="
       The request could not be processed because the VPN plugin is in the wrong
       state for this type of request.
-    </tp:docstring>
+    " />
   </tp:error>
   <tp:error name="BadArguments">
-    <tp:docstring>
+    <annotation name="org.gtk.GDBus.DocString" value="
       The request could not be processed because it contained malformed
       arguments, or arguments of unexpected type. It usually means that one of
       the VPN setting data items or secrets was not of the expected type (i.e.
       int, string, bool, etc).
-    </tp:docstring>
+    " />
   </tp:error>
   <tp:error name="LaunchFailed">
-    <tp:docstring>
+    <annotation name="org.gtk.GDBus.DocString" value="
       A binary providing the service failed to launch.
-    </tp:docstring>
+    " />
   </tp:error>
   <tp:error name="ConnectionInvalid">
-    <tp:docstring>
+    <annotation name="org.gtk.GDBus.DocString" value="
       The request could not be processed because the connection was invalid. It
       usually means that the connection's VPN setting was missing some required
       data item or secret.
-    </tp:docstring>
+    " />
   </tp:error>
   <tp:error name="InteractiveNotSupported">
-    <tp:docstring>
+    <annotation name="org.gtk.GDBus.DocString" value="
       The request could not be processed because the plugin does not support
       interactive operations, such as ConnectInteractive() or NewSecrets().
-    </tp:docstring>
+    " />
   </tp:error>
 </tp:errors>