From f24d8279bcfac4f9945c2e47bf60e6dfc5a686f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Mon, 27 Aug 2018 16:51:28 +0200 Subject: [PATCH] docs: mm_modem_get_sim is async MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther --- libmm-glib/mm-modem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmm-glib/mm-modem.c b/libmm-glib/mm-modem.c index e29716be..80cb280b 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 thread-default main loop 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.