summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-08-27 16:51:28 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-09-22 10:52:15 +0200
commite1e856c38e5b7424e988fc4aa9fced4721682dff (patch)
tree2f4a1f35d85318fb3ec63a9bf8593b1a8292de84
parenta90aa9ac89bf9f6fb79470e1f0276f5753d6ff84 (diff)
downloadModemManager-e1e856c38e5b7424e988fc4aa9fced4721682dff.tar.gz
docs: mm_modem_get_sim is async
Signed-off-by: Guido Günther <guido.gunther@puri.sm> (cherry picked from commit f24d8279bcfac4f9945c2e47bf60e6dfc5a686f5)
-rw-r--r--libmm-glib/mm-modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-glib/mm-modem.c b/libmm-glib/mm-modem.c
index e29716bea..80cb280b4 100644
--- a/libmm-glib/mm-modem.c
+++ b/libmm-glib/mm-modem.c
@@ -2876,7 +2876,7 @@ modem_get_sim_ready (GDBusConnection *connection,
* @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
* @user_data: User data to pass to @callback.
*
- * Synchronously gets the #MMSim object managed by this #MMModem.
+ * Asynchronously gets the #MMSim object managed by this #MMModem.
*
* When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.
* You can then call mm_modem_get_sim_finish() to get the result of the operation.