diff options
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, |