Qmi.MessagePbmGetCapabilitiesInput

Fields

None

Methods

class

new ()

get_phonebook_information ()

ref ()

set_phonebook_information (value_phonebook_information_session_type, value_phonebook_information_phonebook_type)

unref ()

Details

class Qmi.MessagePbmGetCapabilitiesInput

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

New in version 1.6.

classmethod new()
Returns:

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

Return type:

Qmi.MessagePbmGetCapabilitiesInput

Allocates a new Qmi.MessagePbmGetCapabilitiesInput.

New in version 1.6.

get_phonebook_information()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_phonebook_information_session_type:

a placeholder for the output Qmi.PbmSessionType, or None if not required.

value_phonebook_information_phonebook_type:

a placeholder for the output Qmi.PbmPhonebookType, or None if not required.

Return type:

(bool, value_phonebook_information_session_type: Qmi.PbmSessionType, value_phonebook_information_phonebook_type: Qmi.PbmPhonebookType)

Get the ‘Phonebook Information’ field from self.

New in version 1.6.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessagePbmGetCapabilitiesInput

Atomically increments the reference count of self by one.

New in version 1.6.

set_phonebook_information(value_phonebook_information_session_type, value_phonebook_information_phonebook_type)
Parameters:
Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Phonebook Information’ field in the message.

New in version 1.6.

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.6.