aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-09-30 15:01:12 +0200
committerAleksander Morgado <aleksander@lanedo.com>2011-10-01 15:20:14 +0200
commit9d9a189026b060a7e2c2b838d759c23a782121df (patch)
treee9c9fb196275f96c1be30cc4a455363b6440f77a
parent7a7014330cde29fedb64dff772f53e44c45516cd (diff)
api: include ScanDevices() and SetLogging() in the new manager API
These methods were available in the old API, and are needed in the new one.
-rw-r--r--new/org.freedesktop.ModemManager1.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/new/org.freedesktop.ModemManager1.xml b/new/org.freedesktop.ModemManager1.xml
index 6ec05dad..92d232d9 100644
--- a/new/org.freedesktop.ModemManager1.xml
+++ b/new/org.freedesktop.ModemManager1.xml
@@ -17,6 +17,26 @@
</arg>
</method>
+ <method name="ScanDevices">
+ <tp:docstring>
+ Start a new scan for connected modem devices.
+ </tp:docstring>
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_scan_devices"/>
+ </method>
+
+ <method name="SetLogging">
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_set_logging"/>
+ <tp:docstring>
+ Set logging verbosity.
+ </tp:docstring>
+ <arg name="level" type="s" direction="in">
+ <tp:docstring>
+ One of [ERR, WARN, INFO, DEBUG].
+ </tp:docstring>
+ </arg>
+ </method>
+
<signal name="ModemAdded">
<tp:docstring>
A modem was added to the system.