Qmi.MessageWdsConfigureProfileEventListInput

Fields

None

Methods

class

new ()

get_register ()

ref ()

set_register (value_register_ptr)

unref ()

Details

class Qmi.MessageWdsConfigureProfileEventListInput

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

New in version 1.34.

classmethod new()
Returns:

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

Return type:

Qmi.MessageWdsConfigureProfileEventListInput

Allocates a new Qmi.MessageWdsConfigureProfileEventListInput.

New in version 1.34.

get_register()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_register_ptr:

a placeholder for the output array of Qmi.MessageWdsConfigureProfileEventListInputRegisterElement elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_register_ptr: [Qmi.MessageWdsConfigureProfileEventListInputRegisterElement])

Get the ‘Register’ field from self.

Version of Qmi.MessageWdsConfigureProfileEventListInput.get_register() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.34.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWdsConfigureProfileEventListInput

Atomically increments the reference count of self by one.

New in version 1.34.

set_register(value_register_ptr)
Parameters:

value_register_ptr ([Qmi.MessageWdsConfigureProfileEventListInputRegisterElement]) – array of Qmi.MessageWdsConfigureProfileEventListInputRegisterElement elements. The contents of the given array will be copied, the GLib.PtrArray will not increase its reference count.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Register’ field in the message.

New in version 1.34.

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