diff options
author | Matt Porter <mporter@konsulko.com> | 2018-05-11 12:39:00 -0400 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2018-05-11 19:07:54 -0400 |
commit | 8256ad1306337dc343683f5479e1a08764f1111a (patch) | |
tree | 13318aec71b664604017e2be4120a1256317a428 /telephony-binding/gdbus/ofono_voicecallmanager.h | |
parent | e19585cbe8710549d9c21de2ac37afaa6c185907 (diff) |
telephony-binding: add ofono manager calls to support async init
Add additional calls to manage runtime connection/disconnection of
voice modem interfaces and querying if there's a valid modem
present.
Bug-AGL: SPEC-1433
Change-Id: I824bfe2ff383fca5516e8581e97278f7b3807364
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'telephony-binding/gdbus/ofono_voicecallmanager.h')
-rw-r--r-- | telephony-binding/gdbus/ofono_voicecallmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony-binding/gdbus/ofono_voicecallmanager.h b/telephony-binding/gdbus/ofono_voicecallmanager.h index 7477e7c..81e4bb6 100644 --- a/telephony-binding/gdbus/ofono_voicecallmanager.h +++ b/telephony-binding/gdbus/ofono_voicecallmanager.h @@ -23,5 +23,6 @@ OrgOfonoVoiceCallManager void(*)(OrgOfonoVoiceCallManager *, gchar *, gchar *), void(*)(OrgOfonoVoiceCallManager *, gchar *, gchar *), void(*)(OrgOfonoVoiceCallManager *, gchar *)); +void ofono_voicecallmanager_free(OrgOfonoVoiceCallManager *); gchar *ofono_voicecallmanager_dial(OrgOfonoVoiceCallManager *, gchar *, gchar *); void ofono_hangup_all(OrgOfonoVoiceCallManager *); |