Top |
LOC Set Operation Mode indicationLOC Set Operation Mode indication — Methods to manage the LOC Set Operation Mode indication. |
QmiIndicationLocSetOperationModeOutput *
qmi_indication_loc_set_operation_mode_output_ref
(QmiIndicationLocSetOperationModeOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.22
void
qmi_indication_loc_set_operation_mode_output_unref
(QmiIndicationLocSetOperationModeOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.22
gboolean qmi_indication_loc_set_operation_mode_output_get_indication_status (QmiIndicationLocSetOperationModeOutput *self
,QmiLocIndicationStatus *value_indication_status
,GError **error
);
Get the 'Indication Status' field from self
.
self |
||
value_indication_status |
a placeholder for the output QmiLocIndicationStatus, or |
[out][optional] |
error |
Return location for error or |
Since: 1.22
QmiIndicationLocSetOperationModeOutput * qmi_indication_loc_set_operation_mode_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationLocSetOperationModeOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationLocSetOperationModeOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_loc_set_operation_mode_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationLocSetOperationModeOutput QmiIndicationLocSetOperationModeOutput;
The QmiIndicationLocSetOperationModeOutput structure contains private data and should only be accessed using the provided API.
Since: 1.22