diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-28 14:00:30 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:39 +0100 |
commit | 2eb3dbb010c743f196c0e5e1a7127b333a0627d0 (patch) | |
tree | 874d5ea28e7ca223b1fae21a315ecdb4ac13fe4f /src/mm-iface-modem-3gpp.h | |
parent | 0c009a2c4aad1ccbc6a74044750a4ea5d49c4061 (diff) |
iface-modem-3gpp: implement property binding for the simple status
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r-- | src/mm-iface-modem-3gpp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h index 24054e2a..52a4d45d 100644 --- a/src/mm-iface-modem-3gpp.h +++ b/src/mm-iface-modem-3gpp.h @@ -211,4 +211,8 @@ void mm_iface_modem_3gpp_register_in_network (MMIfaceModem3gpp *self, GAsyncReadyCallback callback, gpointer user_data); +/* Bind properties for simple GetStatus() */ +void mm_iface_modem_3gpp_bind_simple_status (MMIfaceModem3gpp *self, + MMCommonSimpleProperties *status); + #endif /* MM_IFACE_MODEM_3GPP_H */ |