summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-05-23 10:39:13 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-05 19:15:13 +0200
commitb3222202bdabf762ffe0b2e92835ab22a3cd3d5c (patch)
treef6db11c45b6f5cd3a95520310fdfc3209c742c98 /src/mm-iface-modem.h
parent7ad30ecce14f72a1b4bfe0274a2fefedf734d56a (diff)
downloadModemManager-b3222202bdabf762ffe0b2e92835ab22a3cd3d5c.tar.gz
api,introspection: new 'SupportedIpFamilies' property
This property will let the clients know which are the IP families supported by the modem.
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r--src/mm-iface-modem.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h
index ba9282fe7..5a41aa2ad 100644
--- a/src/mm-iface-modem.h
+++ b/src/mm-iface-modem.h
@@ -156,6 +156,14 @@ struct _MMIfaceModem {
GAsyncResult *res,
GError **error);
+ /* Loading of the SupportedIpFamilies property */
+ void (* load_supported_ip_families) (MMIfaceModem *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+ MMBearerIpFamily (* load_supported_ip_families_finish) (MMIfaceModem *self,
+ GAsyncResult *res,
+ GError **error);
+
/* Loading of the PowerState property */
void (* load_power_state) (MMIfaceModem *self,
GAsyncReadyCallback callback,