~renatofilho/telephony-service/fix-phone-number-field-cursor

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
31
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node xmlns:dox="http://www.ayatana.org/dbus/dox.dtd">
    <dox:d><![CDATA[
      @mainpage

      An interface to the phone application.
    ]]></dox:d>
    <interface name="com.canonical.TelephonyServiceApprover" xmlns:dox="http://www.ayatana.org/dbus/dox.dtd">
        <dox:d>
          An interface to the phone approver application.
        </dox:d>
        <method name="AcceptCall">
            <dox:d><![CDATA[
                Accept any incoming call and launches the telephony-service.
                If there is no incoming call, this method does nothing.
            ]]></dox:d>
        </method>
        <method name="HangUpAndAcceptCall">
            <dox:d><![CDATA[
                Hang up an existing call, accept any incoming call and launches the telephony-service.
                If there is no incoming call, this method does nothing.
            ]]></dox:d>
        </method>
        <method name="RejectCall">
            <dox:d><![CDATA[
                Reject any incoming call. If there is no incoming call,
                this method has no effect.
            ]]></dox:d>
        </method>
    </interface>
</node>