diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-07-12 13:10:54 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-08-08 09:50:04 +0200 |
commit | 5ba2c1d6cbd2d1a089d5d1219ffd3a7b8b5c60d3 (patch) | |
tree | 5c8afaeaf4cb05f3021aed254b76f5584698795e /src/mm-iface-modem-cdma.c | |
parent | ffac6f17b5912dfa4d2e55eaf078796680871ea7 (diff) |
introspection,api: document the expected parameters in Cdma.ActivateManual()
Diffstat (limited to 'src/mm-iface-modem-cdma.c')
-rw-r--r-- | src/mm-iface-modem-cdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-iface-modem-cdma.c b/src/mm-iface-modem-cdma.c index c53c6b5e..b1f2f55f 100644 --- a/src/mm-iface-modem-cdma.c +++ b/src/mm-iface-modem-cdma.c @@ -277,7 +277,7 @@ handle_activate_manual_auth_ready (MMBaseModem *self, return; } - /* If activating OTA is not implemented, report an error */ + /* If manual activation is not implemented, report an error */ if (!MM_IFACE_MODEM_CDMA_GET_INTERFACE (self)->activate_manual || !MM_IFACE_MODEM_CDMA_GET_INTERFACE (self)->activate_manual_finish) { g_dbus_method_invocation_return_error (ctx->invocation, |