summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager.Modem.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/org.freedesktop.ModemManager.Modem.xml')
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.xml b/introspection/org.freedesktop.ModemManager.Modem.xml
index e246881f8..bd78a5664 100644
--- a/introspection/org.freedesktop.ModemManager.Modem.xml
+++ b/introspection/org.freedesktop.ModemManager.Modem.xml
@@ -50,6 +50,25 @@
</arg>
</method>
+ <method name="GetIP4ConfigEx">
+ <tp:docstring>
+ Request the IPv4 configuration from the device. Supported for all
+ modes (DHCP, static, PPP) and should be used in preference to
+ GetIP4Config.
+ </tp:docstring>
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_get_ip4_config_ex"/>
+ <arg name="method" type="u" direction="out" tp:type="MM_MODEM_IP_METHOD">
+ IP configuration method to be used.
+ </arg>
+ <arg name="properties" type="a{sv}" direction="out">
+ Dictionary of IPv4 configuration details, including "address",
+ "prefix", "gateway", "dns1", "dns2", etc. All IP addresses given
+ as strings; "prefix" given as a unsigned integer value. Most values
+ are only relevant for the MM_MODEM_IP_METHOD_STATIC IPMethod.
+ </arg>
+ </method>
+
<method name="GetInfo">
<tp:docstring>
Get the card information (manufacturer, modem, version).