dbus: use the annotations for documentation
[NetworkManager.git] / introspection / errors.xml
1 <?xml version="1.0" ?>
2 <tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
3     namespace="org.freedesktop.NetworkManager.Error">
4   <tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>
5
6   <tp:error name="Unknown Connection">
7     <annotation name="org.gtk.GDBus.DocString" value="
8         Connection was not provided by the settings service.
9     " />
10   </tp:error>
11
12   <tp:error name="Unknown Device">
13     <annotation name="org.gtk.GDBus.DocString" value="
14         Unknown device.
15     " />
16   </tp:error>
17
18   <tp:error name="Permission Denied">
19     <annotation name="org.gtk.GDBus.DocString" value="
20     User does not have the permission to activate this connection.
21     " />
22   </tp:error>
23
24 </tp:errors>