summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/org.freedesktop.ModemManager.xml')
-rw-r--r--introspection/org.freedesktop.ModemManager.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.xml b/introspection/org.freedesktop.ModemManager.xml
new file mode 100644
index 0000000..bdeac01
--- /dev/null
+++ b/introspection/org.freedesktop.ModemManager.xml
@@ -0,0 +1,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>