diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-06 00:47:13 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-06 00:47:13 +0200 |
| commit | 45bb35bff2a8d258aff2c1d9b68cce1787c7da62 (patch) | |
| tree | e9da08b1d189befb839889185b4f3304d389a60f /introspection/errors.xml | |
| parent | d101696d539cd03172badbcde19e9a13e5707ee1 (diff) | |
| parent | 2bfb3eb7d0323e69affca154395f51d8b577414d (diff) | |
Merge tag 'upstream/1.1.93'
Upstream version 1.1.93
Diffstat (limited to 'introspection/errors.xml')
| -rw-r--r-- | introspection/errors.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/introspection/errors.xml b/introspection/errors.xml deleted file mode 100644 index 34a0a7b9..00000000 --- a/introspection/errors.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?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> |