aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-call.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-08-02 11:31:41 +0200
committerAleksander Morgado <aleksander@aleksander.es>2015-08-02 12:02:32 +0200
commitc4c3afa865b3bfc6319cf1a6649144b63f2a81fd (patch)
treed4fd08d98ca528cf7c4ff13c3da00a10c204201d /libmm-glib/mm-call.c
parent6fbed014dbe6d963a7b5f2a56368430bdd952be7 (diff)
libmm-glib,call: add missing 'dtmf' variable description
Diffstat (limited to 'libmm-glib/mm-call.c')
-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.
*