Qmi.MessageVoiceDialCallInput

Fields

None

Methods

class

new ()

get_calling_number ()

ref ()

set_calling_number (value_calling_number)

unref ()

Details

class Qmi.MessageVoiceDialCallInput

The Qmi.MessageVoiceDialCallInput structure contains private data and should only be accessed using the provided API.

New in version 1.14.

classmethod new()
Returns:

the newly created Qmi.MessageVoiceDialCallInput. The returned value should be freed with Qmi.MessageVoiceDialCallInput.unref().

Return type:

Qmi.MessageVoiceDialCallInput

Allocates a new Qmi.MessageVoiceDialCallInput.

New in version 1.14.

get_calling_number()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_calling_number:

a placeholder for the output constant string, or None if not required.

Return type:

(bool, value_calling_number: str)

Get the ‘Calling Number’ field from self.

New in version 1.14.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageVoiceDialCallInput

Atomically increments the reference count of self by one.

New in version 1.14.

set_calling_number(value_calling_number)
Parameters:

value_calling_number (str) – a constant string.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Calling Number’ field in the message.

New in version 1.14.

unref()

Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.

New in version 1.14.