summaryrefslogtreecommitdiffstats
path: root/telephony-binding/gdbus/ofono_voicecall.h
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2017-05-19 14:55:36 -0400
committerMatt Porter <mporter@konsulko.com>2017-05-19 15:02:30 -0400
commit3a208ed9a418f02b4938f447af04666593cda410 (patch)
tree72a3d3ec5345175c538370b4bf09a45c9e997635 /telephony-binding/gdbus/ofono_voicecall.h
parent53f6222d2ca009c86f301a630e4bf81d25c86feb (diff)
Add support for answering calls to the telephony binding and UI
Adds an answer verb and associated incoming call lifecycle management to the telephony binding. Leverages the binding answer support to activate the call answer button when the binding reports that we are in an incoming call state. Once the incoming call is answered, the ring tone is deactivated. AGL-Bug: SPEC-600 Change-Id: I4f2db2d248cfd0f4945fc17d450e9b691061cc9e Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'telephony-binding/gdbus/ofono_voicecall.h')
-rw-r--r--telephony-binding/gdbus/ofono_voicecall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony-binding/gdbus/ofono_voicecall.h b/telephony-binding/gdbus/ofono_voicecall.h
index 0e33dd5..6405d1b 100644
--- a/telephony-binding/gdbus/ofono_voicecall.h
+++ b/telephony-binding/gdbus/ofono_voicecall.h
@@ -20,4 +20,5 @@
OrgOfonoVoiceCall *ofono_voicecall_new(gchar *);
void ofono_voicecall_free(OrgOfonoVoiceCall *);
+void ofono_voicecall_answer(OrgOfonoVoiceCall *);
void ofono_voicecall_hangup(OrgOfonoVoiceCall *);