Warning, /frameworks/modemmanager-qt/src/dbus/introspection/org.freedesktop.ModemManager1.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8" ?>
0002 
0003 <!--
0004  ModemManager 1.0 Interface Specification
0005 
0006    Copyright (C) 2008 Novell, Inc.
0007    Copyright (C) 2008-2013 Red Hat, Inc.
0008    Copyright (C) 2011-2013 Google, Inc.
0009    Copyright (C) 2011-2013 Lanedo GmbH
0010 -->
0011 
0012 <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
0013 
0014   <!--
0015       org.freedesktop.ModemManager1:
0016       @short_description: The ModemManager Manager interface.
0017 
0018       The Manager interface allows controlling and querying the status of the
0019       ModemManager daemon.
0020   -->
0021   <interface name="org.freedesktop.ModemManager1">
0022 
0023     <!--
0024         ScanDevices:
0025 
0026         Start a new scan for connected modem devices.
0027     -->
0028     <method name="ScanDevices" />
0029 
0030     <!--
0031         SetLogging:
0032         @level: One of <literal>"ERR"</literal>, <literal>"WARN"</literal>, <literal>"INFO"</literal>, <literal>"DEBUG"</literal>.
0033 
0034         Set logging verbosity.
0035     -->
0036     <method name="SetLogging">
0037       <arg name="level" type="s" direction="in" />
0038     </method>
0039 
0040   </interface>
0041 </node>