aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-06-13 19:13:54 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-06-13 19:13:54 +0800
commit814548b3fe862f4ee1d8817bac989031eea983bc (patch)
tree5ba5e291e290567b061683fb9eb1fab2753f1ebd /libempathy/empathy-tp-call.h
parent21d5cc59e020f1a3b01028398aaa4e42cad0c3b2 (diff)
downloadgsoc2013-empathy-814548b3fe862f4ee1d8817bac989031eea983bc.tar
gsoc2013-empathy-814548b3fe862f4ee1d8817bac989031eea983bc.tar.gz
gsoc2013-empathy-814548b3fe862f4ee1d8817bac989031eea983bc.tar.bz2
gsoc2013-empathy-814548b3fe862f4ee1d8817bac989031eea983bc.tar.lz
gsoc2013-empathy-814548b3fe862f4ee1d8817bac989031eea983bc.tar.xz
gsoc2013-empathy-814548b3fe862f4ee1d8817bac989031eea983bc.tar.zst
gsoc2013-empathy-814548b3fe862f4ee1d8817bac989031eea983bc.zip
Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy)
svn path=/trunk/; revision=1165
Diffstat (limited to 'libempathy/empathy-tp-call.h')
-rw-r--r--libempathy/empathy-tp-call.h1
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