diff options
-rw-r--r-- | new/org.freedesktop.ModemManager1.xml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/new/org.freedesktop.ModemManager1.xml b/new/org.freedesktop.ModemManager1.xml index 92d232d9..17106f16 100644 --- a/new/org.freedesktop.ModemManager1.xml +++ b/new/org.freedesktop.ModemManager1.xml @@ -5,18 +5,6 @@ <!-- METHODS --> - <method name="GetDevices"> - <tp:docstring> - Get the list of modems known to ModemManager. - </tp:docstring> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_manager_get_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. @@ -37,35 +25,5 @@ </arg> </method> - <signal name="ModemAdded"> - <tp:docstring> - A modem was added to the system. - </tp:docstring> - <arg name="device" type="o"> - <tp:docstring> - The object path of the newly added modem. - </tp:docstring> - </arg> - </signal> - - <signal name="ModemRemoved"> - <tp:docstring> - A modem was removed from the system, and is no longer available. - </tp:docstring> - <arg name="device" type="o"> - <tp:docstring> - The object path of the modem that was just removed. - </tp:docstring> - </arg> - </signal> - - <!-- PROPERTIES --> - - <property name="Modems" type="ao" access="read"> - <tp:docstring> - Array of object paths of all modems known to ModemManager. - </tp:docstring> - </property> - </interface> </node> |