aboutsummaryrefslogtreecommitdiff
path: root/introspection/tests/org.freedesktop.ModemManager1.Test.xml
blob: 2048cb4a4d08357d2db8e0a8a51deb2c502d3419 (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
31
<?xml version="1.0" encoding="UTF-8" ?>

<!--
 ModemManager 1.1 Interface Specification

   Copyright (C) 2013 Aleksander Morgado <aleksander@gnu.org>
-->

<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">

  <!--
      org.freedesktop.ModemManager1.Test:
      @short_description: The ModemManager TEST interface.

      The TEST interface defines operations to run ModemManager in a test setup.
  -->
  <interface name="org.freedesktop.ModemManager1.Test">

    <!--
        SetProfile:

        If the message has not yet been sent, queue it for delivery.
    -->
    <method name="SetProfile">
      <arg name="id"     type="s"  direction="in" />
      <arg name="plugin" type="s"  direction="in" />
      <arg name="ports"  type="as" direction="in" />
    </method>

  </interface>
</node>