aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmm-glib/mm-call.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmm-glib/mm-call.c b/libmm-glib/mm-call.c
index 823af191..58731a2f 100644
--- a/libmm-glib/mm-call.c
+++ b/libmm-glib/mm-call.c
@@ -436,6 +436,7 @@ mm_call_send_dtmf_finish (MMCall *self,
/**
* mm_call_send_dtmf:
* @self: A #MMCall.
+ * @dtmf: the DMTF tone.
* @cancellable: (allow-none): A #GCancellable or %NULL.
* @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.
* @user_data: User data to pass to @callback.
@@ -468,6 +469,7 @@ mm_call_send_dtmf (MMCall *self,
/**
* mm_call_send_dtmf_sync:
* @self: A #MMCall.
+ * @dtmf: the DMTF tone.
* @cancellable: (allow-none): A #GCancellable or %NULL.
* @error: Return location for error or %NULL.
*