Qmi.MessageWmsListMessagesInput

Fields

None

Methods

class

new ()

get_message_mode ()

get_message_tag ()

get_storage_type ()

ref ()

set_message_mode (value_message_mode)

set_message_tag (value_message_tag)

set_storage_type (value_storage_type)

unref ()

Details

class Qmi.MessageWmsListMessagesInput

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

New in version 1.0.

classmethod new()
Returns:

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

Return type:

Qmi.MessageWmsListMessagesInput

Allocates a new Qmi.MessageWmsListMessagesInput.

New in version 1.0.

get_message_mode()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_message_mode:

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

Return type:

(bool, value_message_mode: Qmi.WmsMessageMode)

Get the ‘Message Mode’ field from self.

New in version 1.0.

get_message_tag()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_message_tag:

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

Return type:

(bool, value_message_tag: Qmi.WmsMessageTagType)

Get the ‘Message Tag’ field from self.

New in version 1.0.

get_storage_type()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_storage_type:

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

Return type:

(bool, value_storage_type: Qmi.WmsStorageType)

Get the ‘Storage Type’ field from self.

New in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWmsListMessagesInput

Atomically increments the reference count of self by one.

New in version 1.0.

set_message_mode(value_message_mode)
Parameters:

value_message_mode (Qmi.WmsMessageMode) – a Qmi.WmsMessageMode.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Message Mode’ field in the message.

New in version 1.0.

set_message_tag(value_message_tag)
Parameters:

value_message_tag (Qmi.WmsMessageTagType) – a Qmi.WmsMessageTagType.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Message Tag’ field in the message.

New in version 1.0.

set_storage_type(value_storage_type)
Parameters:

value_storage_type (Qmi.WmsStorageType) – a Qmi.WmsStorageType.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Storage Type’ field in the message.

New in version 1.0.

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