diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-05-10 09:48:59 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2011-06-06 17:20:17 +0200 |
commit | 3fb53d33489bb8efaf4d69ac1d8f6a23fc0c7b4b (patch) | |
tree | 83ee1e4c8259b6f9dc7702c122108c1e0c2e95e2 /introspection | |
parent | df0d9b480c0db825126c7ebbb36bdd958bf59761 (diff) |
manager: new ScanDevices() d-bus method to request a new device scan loop
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.xml b/introspection/org.freedesktop.ModemManager.xml index 677d2af0..2a604622 100644 --- a/introspection/org.freedesktop.ModemManager.xml +++ b/introspection/org.freedesktop.ModemManager.xml @@ -2,6 +2,7 @@ <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. @@ -14,6 +15,13 @@ </arg> </method> + <method name="ScanDevices"> + <tp:docstring> + Start a new scan for connected modem devices. + </tp:docstring> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_scan_devices"/> + </method> + <signal name="DeviceAdded"> <tp:docstring> A device was added to the system. |