diff options
Diffstat (limited to 'libempathy/empathy-tp-call.h')
-rw-r--r-- | libempathy/empathy-tp-call.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-call.h b/libempathy/empathy-tp-call.h index 644d778fb..5da79fa13 100644 --- a/libempathy/empathy-tp-call.h +++ b/libempathy/empathy-tp-call.h @@ -86,6 +86,7 @@ void empathy_tp_call_mute_output (EmpathyTpCall *call, gboolean is_muted); void empathy_tp_call_mute_input (EmpathyTpCall *call, gboolean is_muted); void empathy_tp_call_start_tone (EmpathyTpCall *call, TpDTMFEvent event); void empathy_tp_call_stop_tone (EmpathyTpCall *call); +gboolean empathy_tp_call_has_dtmf (EmpathyTpCall *call); G_END_DECLS |