diff options
Diffstat (limited to 'introspection/org.freedesktop.ModemManager.Modem.Simple.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.Simple.xml | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Simple.xml b/introspection/org.freedesktop.ModemManager.Modem.Simple.xml index bee1017f..f17b6c90 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.Simple.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.Simple.xml @@ -5,53 +5,53 @@ <method name="Connect"> <tp:docstring> - Do everything needed to connect the modem. + Do everything needed to connect the modem. </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_simple_connect"/> <arg name="properties" type="a{sv}" direction="in"> - <tp:docstring> - Dictionary of properties needed to get the modem connected. - Each implementation is free to add it's own specific key-value pairs. The predefined - common ones are: + <tp:docstring> + Dictionary of properties needed to get the modem connected. + Each implementation is free to add it's own specific key-value pairs. The predefined + common ones are: - 'pin' : string - 'network_id' : string - 'band' : uint - 'network_mode' : uint - 'apn' : string - 'number' : string - </tp:docstring> + 'pin' : string + 'network_id' : string + 'band' : uint + 'network_mode' : uint + 'apn' : string + 'number' : string + </tp:docstring> </arg> </method> -<!-- - <method name="Disconnect"> - <tp:docstring> - Disconnect modem. - </tp:docstring> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_simple_disconnect"/> - </method> ---> + <!-- + <method name="Disconnect"> + <tp:docstring> + Disconnect modem. + </tp:docstring> + <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_simple_disconnect"/> + </method> + --> <method name="GetStatus"> <tp:docstring> - Get the modem status. + Get the modem status. </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_simple_get_status"/> <arg name="properties" type="a{sv}" direction="out"> - <tp:docstring> - Dictionary of properties. - Each implementation is free to add it's own specific key-value pairs. The predefined - common ones are: + <tp:docstring> + Dictionary of properties. + Each implementation is free to add it's own specific key-value pairs. The predefined + common ones are: - 'state' : uint (always) - 'signal_quality' : uint (state >= registered) - 'operator_code' : string (state >= registered) - 'operator_name' : string (state >= registered) - 'band' : uint (state >= registered) - 'network_mode' : uint (state >= registered) - </tp:docstring> + 'state' : uint (always) + 'signal_quality' : uint (state >= registered) + 'operator_code' : string (state >= registered) + 'operator_name' : string (state >= registered) + 'band' : uint (state >= registered) + 'network_mode' : uint (state >= registered) + </tp:docstring> </arg> </method> </interface> |