Files
NetworkManager/introspection/errors.xml
Lubomir Rintel 618373a14f dbus: use the annotations for documentation
gdbus only understands those (and gtk docstrings, which we should eventually
use) when generating the documentation.
2016-03-26 11:28:19 +01:00

25 lines
738 B
XML

<?xml version="1.0" ?>
<tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
namespace="org.freedesktop.NetworkManager.Error">
<tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>
<tp:error name="Unknown Connection">
<annotation name="org.gtk.GDBus.DocString" value="
Connection was not provided by the settings service.
" />
</tp:error>
<tp:error name="Unknown Device">
<annotation name="org.gtk.GDBus.DocString" value="
Unknown device.
" />
</tp:error>
<tp:error name="Permission Denied">
<annotation name="org.gtk.GDBus.DocString" value="
User does not have the permission to activate this connection.
" />
</tp:error>
</tp:errors>