From d7a643b16ac538be5fb6b82da9855420ad9f1a0e Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 16 Mar 2016 18:26:33 +0100 Subject: [PATCH] libmm-glib,modem-voice: fix unknown methods in documentation html/MMCallProperties.html:141: warning: no link for: 'mm-modem-voice-create' -> (mm_modem_voice_create()). html/MMCallProperties.html:141: warning: no link for: 'mm-modem-voice-create-sync' -> (mm_modem_voice_create_sync()). html/MMModemVoice.html:379: warning: no link for: 'mm-modem-voice-delete-finish' -> (mm_modem_voice_delete_finish()). html/MMModemVoice.html:380: warning: no link for: 'mm-modem-voice-delete-sync' -> (mm_modem_voice_delete_sync()). --- libmm-glib/mm-call-properties.c | 2 +- libmm-glib/mm-modem-voice.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libmm-glib/mm-call-properties.c b/libmm-glib/mm-call-properties.c index d7da9fbb..cc83060e 100644 --- a/libmm-glib/mm-call-properties.c +++ b/libmm-glib/mm-call-properties.c @@ -31,7 +31,7 @@ * in newly created CALL objects. * * This object is created by the user and passed to ModemManager with either - * mm_modem_voice_create() or mm_modem_voice_create_sync(). + * mm_modem_voice_create_call() or mm_modem_voice_create_call_sync(). */ G_DEFINE_TYPE (MMCallProperties, mm_call_properties, G_TYPE_OBJECT) 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 thread-default main loop 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,