Qmi.MessageWdsConfigureProfileEventListInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
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 withQmi.MessageWdsConfigureProfileEventListInput.unref
().- Return type:
Allocates a new
Qmi.MessageWdsConfigureProfileEventListInput
.New in version 1.34.
- get_register()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_register_ptr:
a placeholder for the output array of
Qmi.MessageWdsConfigureProfileEventListInputRegisterElement
elements, orNone
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:
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 ofQmi.MessageWdsConfigureProfileEventListInputRegisterElement
elements. The contents of the given array will be copied, theGLib.PtrArray
will not increase its reference count.- Raises:
- Returns:
- Return type:
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.