aboutsummaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager1.xml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:30 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:30 +0100
commit13ed135b9ae78c692dc359976eb8b54d0a3629b8 (patch)
treeae2ea713ad51d73980cf83db1411d6589dac5e8b /introspection/org.freedesktop.ModemManager1.xml
parent14d771b90f5a7d3887e5e900d1fb4737477ad305 (diff)
Imported Upstream version 0.7.991upstream/0.7.991
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>