diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-03-16 18:26:33 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-03-16 18:26:33 +0100 |
commit | d7a643b16ac538be5fb6b82da9855420ad9f1a0e (patch) | |
tree | 9f1794df56ae81989c64dceacff5a3ca8795ac05 /libmm-glib/mm-modem-voice.c | |
parent | 4055488fd0ab7522a8d967086c55c7e706de5173 (diff) |
libmm-glib,modem-voice: fix unknown methods in documentation
html/MMCallProperties.html:141: warning: no link for: 'mm-modem-voice-create' -> (<code class="function">mm_modem_voice_create()</code>).
html/MMCallProperties.html:141: warning: no link for: 'mm-modem-voice-create-sync' -> (<code class="function">mm_modem_voice_create_sync()</code>).
html/MMModemVoice.html:379: warning: no link for: 'mm-modem-voice-delete-finish' -> (<code class="function">mm_modem_voice_delete_finish()</code>).
html/MMModemVoice.html:380: warning: no link for: 'mm-modem-voice-delete-sync' -> (<code class="function">mm_modem_voice_delete_sync()</code>).
Diffstat (limited to 'libmm-glib/mm-modem-voice.c')
-rw-r--r-- | libmm-glib/mm-modem-voice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmm-glib/mm-modem-voice.c b/libmm-glib/mm-modem-voice.c index 2e7d2db6..f517b1b9 100644 --- a/libmm-glib/mm-modem-voice.c +++ b/libmm-glib/mm-modem-voice.c @@ -523,9 +523,9 @@ mm_modem_voice_delete_call_finish (MMModemVoice *self, * Asynchronously deletes a given #MMCall from the modem. * * 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_voice_delete_finish() to get the result of the operation. + * You can then call mm_modem_voice_delete_call_finish() to get the result of the operation. * - * See mm_modem_voice_delete_sync() for the synchronous, blocking version of this method. + * See mm_modem_voice_delete_call_sync() for the synchronous, blocking version of this method. */ void mm_modem_voice_delete_call (MMModemVoice *self, |