diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-19 15:30:07 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:53 +0100 |
commit | 009582b6fd763b1516077b4db882152b061263b4 (patch) | |
tree | 40c79886604d4bf94e9fd8504dc0b3e8cb672ed4 | |
parent | ff7406005d0ea802fc1ffe3f352ce1108a716b97 (diff) |
api,dbus: remove optional 'number' in bearer Connect() call
We can already give the number as a parameter in the dictionary when creating
the Bearer object.
-rw-r--r-- | new/org.freedesktop.ModemManager1.Bearer.xml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/new/org.freedesktop.ModemManager1.Bearer.xml b/new/org.freedesktop.ModemManager1.Bearer.xml index 49528e2e..68c51e1d 100644 --- a/new/org.freedesktop.ModemManager1.Bearer.xml +++ b/new/org.freedesktop.ModemManager1.Bearer.xml @@ -4,9 +4,9 @@ ModemManager 0.6 Interface Specification Copyright (C) 2008 Novell, Inc. - Copyright (C) 2008-2011 Red Hat, Inc. + Copyright (C) 2008-2012 Red Hat, Inc. Copyright (C) 2011 The Chromium OS Authors - Copyright (C) 2011 Google, Inc. + Copyright (C) 2011-2012 Google, Inc. --> <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> @@ -22,7 +22,6 @@ <!-- Connect: - @number: The number to use for dialing (optional). Requests activation of a packet data connection with the network using this bearer's properties. Upon successful activation, the modem can @@ -35,16 +34,8 @@ #org.freedesktop.ModemManager1.Bearer:Ip6Config properties become valid and may contain IP configuration information for the data interface associated with this bearer. - - @number is usually not required, in which case it should be an empty - (zero-length) string. @number is only required for POTS connections or - in certain special circumstances. If a number is given for 3GPP - (GSM/UMTS/LTE) based devices, it is always ignored, as the number is - generated internally if one is required at all. --> - <method name="Connect"> - <arg name="number" type="s" direction="in" /> - </method> + <method name="Connect" /> <!-- Disconnect: |