GdbusModemVoice
Object Hierarchy:
Description:
[ CCode ( cname = "MmGdbusModemVoice" , type_id = "mm_gdbus_modem_voice_get_type ()" ) ]
public interface GdbusModemVoice : Object
public interface GdbusModemVoice : Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Modem.Voice.
All known implementing classes:
Namespace: MM
Package: libmm-glib
Content:
Properties:
- public abstract string[] calls { owned get; set; }
Represents the D-Bus property "Calls".
- public abstract bool emergency_only { get; set; }
Represents the D-Bus property "EmergencyOnly".
Static methods:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.ModemManager1.Modem.Voice D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the GdbusModemVoice interface for a concrete class.
Methods:
- public async bool call_call_waiting_query (Cancellable? cancellable, out bool out_status) throws Error
Asynchronously invokes the CallWaitingQuery D-Bus method on this.
- public bool call_call_waiting_query_sync (out bool out_status, Cancellable? cancellable = null) throws Error
Synchronously invokes the CallWaitingQuery D-Bus method on this.
- public async bool call_call_waiting_setup (bool arg_enable, Cancellable? cancellable) throws Error
Asynchronously invokes the CallWaitingSetup D-Bus method on this.
- public bool call_call_waiting_setup_sync (bool arg_enable, Cancellable? cancellable = null) throws Error
Synchronously invokes the CallWaitingSetup D-Bus method on this.
- public async bool call_create_call (Variant arg_properties, Cancellable? cancellable, out string out_path) throws Error
Asynchronously invokes the CreateCall D-Bus method on this.
- public bool call_create_call_sync (Variant arg_properties, out string out_path, Cancellable? cancellable = null) throws Error
Synchronously invokes the CreateCall D-Bus method on this.
- public async bool call_delete_call (string arg_path, Cancellable? cancellable) throws Error
Asynchronously invokes the DeleteCall D-Bus method on this.
- public bool call_delete_call_sync (string arg_path, Cancellable? cancellable = null) throws Error
Synchronously invokes the DeleteCall D-Bus method on this.
- public async bool call_hangup_all (Cancellable? cancellable) throws Error
Asynchronously invokes the HangupAll D-Bus method on this.
- public bool call_hangup_all_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the HangupAll D-Bus method on this.
- public async bool call_hangup_and_accept (Cancellable? cancellable) throws Error
Asynchronously invokes the HangupAndAccept D-Bus method on this.
- public bool call_hangup_and_accept_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the HangupAndAccept D-Bus method on this.
- public async bool call_hold_and_accept (Cancellable? cancellable) throws Error
Asynchronously invokes the HoldAndAccept D-Bus method on this.
- public bool call_hold_and_accept_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the HoldAndAccept D-Bus method on this.
- public async bool call_list_calls (Cancellable? cancellable, out string[] out_result) throws Error
Asynchronously invokes the ListCalls D-Bus method on this.
- public bool call_list_calls_sync (out string[] out_result, Cancellable? cancellable = null) throws Error
Synchronously invokes the ListCalls D-Bus method on this.
- public async bool call_transfer (Cancellable? cancellable) throws Error
Asynchronously invokes the Transfer D-Bus method on this.
- public bool call_transfer_sync (Cancellable? cancellable = null) throws Error
Synchronously invokes the Transfer D-Bus method on this.
- public void complete_call_waiting_query (owned DBusMethodInvocation invocation, bool status)
Helper function used in service implementations to finish handling invocations of the CallWaitingQuery D-Bus method.
- public void complete_call_waiting_setup (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the CallWaitingSetup D-Bus method.
- public void complete_create_call (owned DBusMethodInvocation invocation, string path)
Helper function used in service implementations to finish handling invocations of the CreateCall D-Bus method.
- public void complete_delete_call (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the DeleteCall D-Bus method.
- public void complete_hangup_all (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the HangupAll D-Bus method.
- public void complete_hangup_and_accept (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the HangupAndAccept D-Bus method.
- public void complete_hold_and_accept (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the HoldAndAccept D-Bus method.
- public void complete_list_calls (owned DBusMethodInvocation invocation, string result)
Helper function used in service implementations to finish handling invocations of the ListCalls D-Bus method.
- public void complete_transfer (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling invocations of the Transfer D-Bus method.
- public void emit_call_added (string arg_path)
Emits the "CallAdded" D-Bus signal.
- public void emit_call_deleted (string arg_path)
Emits the "CallDeleted" D-Bus signal.
Signals:
- public virtual signal void call_added (string arg_path)
On the client-side, this signal is emitted whenever the D-Bus signal "CallAdded" is received.
- public virtual signal void call_deleted (string arg_path)
On the client-side, this signal is emitted whenever the D-Bus signal "CallDeleted" is received.
- public virtual signal bool handle_call_waiting_query (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the CallWaitingQuery D-Bus method.
- public virtual signal bool handle_call_waiting_setup (DBusMethodInvocation invocation, bool arg_enable)
Signal emitted when a remote caller is invoking the CallWaitingSetup D-Bus method.
- public virtual signal bool handle_create_call (DBusMethodInvocation invocation, Variant arg_properties)
Signal emitted when a remote caller is invoking the CreateCall D-Bus method.
- public virtual signal bool handle_delete_call (DBusMethodInvocation invocation, string arg_path)
Signal emitted when a remote caller is invoking the DeleteCall D-Bus method.
- public virtual signal bool handle_hangup_all (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the HangupAll D-Bus method.
- public virtual signal bool handle_hangup_and_accept (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the HangupAndAccept D-Bus method.
- public virtual signal bool handle_hold_and_accept (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the HoldAndAccept D-Bus method.
- public virtual signal bool handle_list_calls (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the ListCalls D-Bus method.
- public virtual signal bool handle_transfer (DBusMethodInvocation invocation)
Signal emitted when a remote caller is invoking the Transfer D-Bus method.
Inherited Members:
All known members inherited from class GLib.Object