diff options
Diffstat (limited to 'introspection/org.freedesktop.ModemManager.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.xml b/introspection/org.freedesktop.ModemManager.xml index 79e7efb8..347aedf4 100644 --- a/introspection/org.freedesktop.ModemManager.xml +++ b/introspection/org.freedesktop.ModemManager.xml @@ -23,6 +23,18 @@ <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="DeviceAdded"> <tp:docstring> A device was added to the system. |