LOC Fix Recurrence Type indication

LOC Fix Recurrence Type indication — Methods to manage the LOC Fix Recurrence Type indication.

Functions

Types and Values

Object Hierarchy

    GBoxed
    ╰── QmiIndicationLocFixRecurrenceTypeOutput

Description

Collection of methods to parse indications of the LOC Fix Recurrence Type message.

Functions

qmi_indication_loc_fix_recurrence_type_output_ref ()

QmiIndicationLocFixRecurrenceTypeOutput *
qmi_indication_loc_fix_recurrence_type_output_ref
                               (QmiIndicationLocFixRecurrenceTypeOutput *self);

Atomically increments the reference count of self by one.

Returns

the new reference to self .

Since: 1.22


qmi_indication_loc_fix_recurrence_type_output_unref ()

void
qmi_indication_loc_fix_recurrence_type_output_unref
                               (QmiIndicationLocFixRecurrenceTypeOutput *self);

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

Since: 1.22


qmi_indication_loc_fix_recurrence_type_output_get_fix_recurrence_type ()

gboolean
qmi_indication_loc_fix_recurrence_type_output_get_fix_recurrence_type
                               (QmiIndicationLocFixRecurrenceTypeOutput *self,
                                QmiLocFixRecurrenceType *value_fix_recurrence_type,
                                GError **error);

Get the 'Fix Recurrence Type' field from self .

Parameters

self

a QmiIndicationLocFixRecurrenceTypeOutput.

 

value_fix_recurrence_type

a placeholder for the output QmiLocFixRecurrenceType, or NULL if not required.

[out][optional]

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

[skip]

Since: 1.22


qmi_indication_loc_fix_recurrence_type_indication_parse ()

QmiIndicationLocFixRecurrenceTypeOutput *
qmi_indication_loc_fix_recurrence_type_indication_parse
                               (QmiMessage *message,
                                GError **error);

Parses a QmiMessage and builds a QmiIndicationLocFixRecurrenceTypeOutput out of it. The operation fails if the message is of the wrong type.

Parameters

message

a QmiMessage.

 

error

return location for error or NULL.

 

Returns

a QmiIndicationLocFixRecurrenceTypeOutput, or NULL if error is set. The returned value should be freed with qmi_indication_loc_fix_recurrence_type_output_unref().

Since: 1.34

Types and Values

QmiIndicationLocFixRecurrenceTypeOutput

typedef struct _QmiIndicationLocFixRecurrenceTypeOutput QmiIndicationLocFixRecurrenceTypeOutput;

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

Since: 1.22