docs: mm_modem_get_sim is async

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
This commit is contained in:
Guido Günther
2018-08-27 16:51:28 +02:00
committed by Dan Williams
parent 0520836afa
commit f24d8279bc

View File

@@ -2876,7 +2876,7 @@ modem_get_sim_ready (GDBusConnection *connection,
* @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL. * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
* @user_data: User data to pass to @callback. * @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. * 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. * You can then call mm_modem_get_sim_finish() to get the result of the operation.