aboutsummaryrefslogtreecommitdiff
path: root/introspection/mm-modem-connect-error.xml
blob: b983702e7ebab682081f809898d13a667db961eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" ?>
<tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
	   namespace="org.freedesktop.ModemManager.Modem">
  <tp:copyright>Copyright (C) 2008 Novell, Inc.</tp:copyright>

  <tp:error name="NoCarrier">
    <tp:docstring>
      No carrier.
    </tp:docstring>
  </tp:error>

  <tp:error name="NoDialtone">
    <tp:docstring>
      No dialtone.
    </tp:docstring>
  </tp:error>

  <tp:error name="Busy">
    <tp:docstring>
      Busy.
    </tp:docstring>
  </tp:error>

  <tp:error name="NoAnswer">
    <tp:docstring>
      No answer.
    </tp:docstring>
  </tp:error>

</tp:errors>