~ubuntu-branches/ubuntu/quantal/modemmanager/quantal

« back to all changes in this revision

Viewing changes to new/mm-modem-error.xml

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-10-08 11:03:19 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20121008110319-wxd1vokudgaw2sep
Tags: 0.6.0.0.really-0ubuntu1
Upload the right tarball for 0.6.0.0 from upstream, which I somehow
mishandled before. Thanks to Marius B. Kotsbak for pointing out the issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
3
 
           namespace="org.freedesktop.ModemManager.Modem">
4
 
  <tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>
5
 
 
6
 
  <tp:error name="General">
7
 
    <tp:docstring>
8
 
      A generic error. An example of a generic error is ModemManager not being able to parse the response from modem.
9
 
    </tp:docstring>
10
 
  </tp:error>
11
 
 
12
 
  <tp:error name="OperationNotSupported">
13
 
    <tp:docstring>
14
 
      Operation not implemented by modem.
15
 
    </tp:docstring>
16
 
  </tp:error>
17
 
 
18
 
  <tp:error name="Connected">
19
 
    <tp:docstring>
20
 
      Operation could not be performed while the modem is connected.
21
 
    </tp:docstring>
22
 
  </tp:error>
23
 
 
24
 
  <tp:error name="Disconnected">
25
 
    <tp:docstring>
26
 
      Operation could not be performed while the modem is disconnected.
27
 
    </tp:docstring>
28
 
  </tp:error>
29
 
 
30
 
  <tp:error name="OperationInProgress">
31
 
    <tp:docstring>
32
 
      Operation could not be performed because it is already in progress.
33
 
    </tp:docstring>
34
 
  </tp:error>
35
 
 
36
 
</tp:errors>