diff options
author | saman <mahmoudi.saman1@gmail.com> | 2020-10-12 08:56:02 +0330 |
---|---|---|
committer | saman <mahmoudi.saman1@gmail.com> | 2020-10-12 09:02:04 +0330 |
commit | 5762ff51fce596eadbd57522a6ab2978147cd830 (patch) | |
tree | 79b5c9cc02691cfcf0cc3ab91dd7dd201c620161 /binding/gdbus/ofono_voicecallmanager_interface.h | |
parent | 17ce975cbe0b32326ee761718e91effad2b5169f (diff) |
Adding last call verb for calling last phone number
Initiates a new outgoing call for last phone number that was saved into phone
Change-Id: Iafd9259680f9bd83845220dc912d09cd4ecf53d6
Signed-off-by: saman <mahmoudi.saman1@gmail.com>
Diffstat (limited to 'binding/gdbus/ofono_voicecallmanager_interface.h')
-rw-r--r-- | binding/gdbus/ofono_voicecallmanager_interface.h | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/binding/gdbus/ofono_voicecallmanager_interface.h b/binding/gdbus/ofono_voicecallmanager_interface.h index e05fdea..de5c3ce 100644 --- a/binding/gdbus/ofono_voicecallmanager_interface.h +++ b/binding/gdbus/ofono_voicecallmanager_interface.h @@ -1,8 +1,9 @@ /* - * Generated by gdbus-codegen 2.56.3. DO NOT EDIT. + * This file is generated by gdbus-codegen, do not modify it. * * The license of this code is the same as for the D-Bus interface description - * it was derived from. + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. */ #ifndef __OFONO_VOICECALLMANAGER_INTERFACE_H__ @@ -40,6 +41,10 @@ struct _OrgOfonoVoiceCallManagerIface const gchar *arg_unnamed_arg0, const gchar *arg_unnamed_arg1); + gboolean (*handle_dial_last) ( + OrgOfonoVoiceCallManager *object, + GDBusMethodInvocation *invocation); + gboolean (*handle_get_calls) ( OrgOfonoVoiceCallManager *object, GDBusMethodInvocation *invocation); @@ -127,6 +132,10 @@ void org_ofono_voice_call_manager_complete_transfer ( OrgOfonoVoiceCallManager *object, GDBusMethodInvocation *invocation); +void org_ofono_voice_call_manager_complete_dial_last ( + OrgOfonoVoiceCallManager *object, + GDBusMethodInvocation *invocation); + void org_ofono_voice_call_manager_complete_swap_calls ( OrgOfonoVoiceCallManager *object, GDBusMethodInvocation *invocation); @@ -250,6 +259,22 @@ gboolean org_ofono_voice_call_manager_call_transfer_sync ( GCancellable *cancellable, GError **error); +void org_ofono_voice_call_manager_call_dial_last ( + OrgOfonoVoiceCallManager *proxy, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); + +gboolean org_ofono_voice_call_manager_call_dial_last_finish ( + OrgOfonoVoiceCallManager *proxy, + GAsyncResult *res, + GError **error); + +gboolean org_ofono_voice_call_manager_call_dial_last_sync ( + OrgOfonoVoiceCallManager *proxy, + GCancellable *cancellable, + GError **error); + void org_ofono_voice_call_manager_call_swap_calls ( OrgOfonoVoiceCallManager *proxy, GCancellable *cancellable, |