aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-modem-voice.h
diff options
context:
space:
mode:
authorMarco Bascetta <marco.bascetta@sadel.it>2015-06-03 09:37:39 +0200
committerAleksander Morgado <aleksander@aleksander.es>2015-08-02 10:39:48 +0200
commit2ac5d620c458ddc8771ae6c8789608b87d58f56b (patch)
tree6fba70f81c589fb51e5394a1130bcb8f522d4228 /libmm-glib/mm-modem-voice.h
parent9f3801df3f1ee8f5b8d9dfbf7e7a1968fdf85f0b (diff)
libmm-glib,cli: Replaced 'list call' with 'list calls'
Diffstat (limited to 'libmm-glib/mm-modem-voice.h')
-rw-r--r--libmm-glib/mm-modem-voice.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmm-glib/mm-modem-voice.h b/libmm-glib/mm-modem-voice.h
index fbc68022..86548737 100644
--- a/libmm-glib/mm-modem-voice.h
+++ b/libmm-glib/mm-modem-voice.h
@@ -82,14 +82,14 @@ MMCall *mm_modem_voice_create_call_sync (MMModemVoice *self,
GCancellable *cancellable,
GError **error);
-void mm_modem_voice_list_call (MMModemVoice *self,
+void mm_modem_voice_list_calls (MMModemVoice *self,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
-GList *mm_modem_voice_list_call_finish (MMModemVoice *self,
+GList *mm_modem_voice_list_calls_finish (MMModemVoice *self,
GAsyncResult *res,
GError **error);
-GList *mm_modem_voice_list_call_sync (MMModemVoice *self,
+GList *mm_modem_voice_list_calls_sync (MMModemVoice *self,
GCancellable *cancellable,
GError **error);