aboutsummaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager.xml
blob: bdeac01bf168ce281849cd4ed166ac4071a98983 (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
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
  <interface name="org.freedesktop.ModemManager">
    <method name="EnumerateDevices">
      <tp:docstring>
        Get the list of modem devices.
      </tp:docstring>
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_enumerate_devices"/>
      <arg name="devices" type="ao" direction="out">
	<tp:docstring>
	  List of object paths of modem devices known to the system.
	</tp:docstring>
      </arg>
    </method>

    <signal name="DeviceAdded">
      <tp:docstring>
	A device was added to the system.
      </tp:docstring>
      <arg name="device" type="o">
	<tp:docstring>
	  The object path of the newly added device.
	</tp:docstring>
      </arg>
    </signal>

    <signal name="DeviceRemoved">
      <tp:docstring>
	A device was removed from the system, and is no longer available.
      </tp:docstring>
      <arg name="device" type="o">
	<tp:docstring>
	  The object path of the device that was just removed.
	</tp:docstring>
      </arg>
    </signal>

  </interface>
</node>