aboutsummaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.xml')
-rw-r--r--introspection/org.freedesktop.ModemManager1.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.xml b/introspection/org.freedesktop.ModemManager1.xml
new file mode 100644
index 0000000..b782177
--- /dev/null
+++ b/introspection/org.freedesktop.ModemManager1.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<!--
+ ModemManager 0.6 Interface Specification
+
+ Copyright (C) 2008 Novell, Inc.
+ Copyright (C) 2008-2011 Red Hat, Inc.
+ Copyright (C) 2011 The Chromium OS Authors
+ Copyright (C) 2011 Google, Inc.
+-->
+
+<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
+
+ <!--
+ org.freedesktop.ModemManager1:
+ @short_description: The ModemManager Manager interface.
+
+ The Manager interface allows controlling and querying the status of the
+ ModemManager daemon.
+ -->
+ <interface name="org.freedesktop.ModemManager1">
+
+ <!--
+ ScanDevices:
+
+ Start a new scan for connected modem devices.
+ -->
+ <method name="ScanDevices" />
+
+ <!--
+ SetLogging:
+ @level: One of <literal>"ERR"</literal>, <literal>"WARN"</literal>, <literal>"INFO"</literal>, <literal>"DEBUG"</literal>.
+
+ Set logging verbosity.
+ -->
+ <method name="SetLogging">
+ <arg name="level" type="s" direction="in" />
+ </method>
+
+ </interface>
+</node>