diff options
Diffstat (limited to 'introspection/org.freedesktop.ModemManager.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager.xml | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/introspection/org.freedesktop.ModemManager.xml b/introspection/org.freedesktop.ModemManager.xml deleted file mode 100644 index 347aedf4..00000000 --- a/introspection/org.freedesktop.ModemManager.xml +++ /dev/null @@ -1,61 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> - <interface name="org.freedesktop.ModemManager"> - - <method name="EnumerateDevices"> - <tp:docstring> - Get the list of modem devices. - </tp:docstring> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_enumerate_devices"/> - <arg name="devices" type="ao" direction="out"> - <tp:docstring> - List of object paths of modem devices known to the system. - </tp:docstring> - </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="DeviceAdded"> - <tp:docstring> - A device was added to the system. - </tp:docstring> - <arg name="device" type="o"> - <tp:docstring> - The object path of the newly added device. - </tp:docstring> - </arg> - </signal> - - <signal name="DeviceRemoved"> - <tp:docstring> - A device was removed from the system, and is no longer available. - </tp:docstring> - <arg name="device" type="o"> - <tp:docstring> - The object path of the device that was just removed. - </tp:docstring> - </arg> - </signal> - - </interface> -</node> |