From 0cb3be0618d30a1fb8c8bfd9cb47139221eb6522 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 22 Dec 2011 20:39:27 +0100 Subject: [PATCH] api,dbus: let Connect() return just the bearer path Also renamed some of the properties that can be passed, trying to consolidate a common set of names. --- new/org.freedesktop.ModemManager1.Modem.Simple.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/new/org.freedesktop.ModemManager1.Modem.Simple.xml b/new/org.freedesktop.ModemManager1.Modem.Simple.xml index 12a73dbc..b44f2504 100644 --- a/new/org.freedesktop.ModemManager1.Modem.Simple.xml +++ b/new/org.freedesktop.ModemManager1.Modem.Simple.xml @@ -23,9 +23,6 @@ Connect: @properties: Dictionary of properties needed to get the modem connected. @bearer: On successful connect, returns the object path of the connected packet data bearer used for the connection attempt. - @interface: The operating system name for the network data interface that provides packet data using this bearer. Connection managers must configure this interface using the given IP configuration returned by bearer activation. - @ip4config: If the bearer was configured for IPv4 addressing, upon successful connect this argument contains the addressing details for assignment to the data interface. See Ip4Config. - @ip6config: If the bearer was configured for IPv6 addressing, upon successful connect this argument contains the addressing details for assignment to the data interface. See Ip6Config. Do everything needed to connect the modem using the given properties. @@ -49,7 +46,7 @@ SIM-PIN unlock code, given as a string value (signature "s"). - "network-id" + "operator-id" ETSI MCC-MNC of a network to force registration with, given as a string value (signature "s"). @@ -95,9 +92,9 @@ given as a string value (signature "s"). - "home-only" + "allow-roaming" - %TRUE to allow only connections to home networks, + %FALSE to allow only connections to home networks, given as a boolean value (signature "b"). @@ -106,9 +103,6 @@ - - -