| Top |  |  |  |  | 
| LOC Get Engine Lock indicationLOC Get Engine Lock indication — Methods to manage the LOC Get Engine Lock indication. | 
QmiIndicationLocGetEngineLockOutput *
qmi_indication_loc_get_engine_lock_output_ref
                               (QmiIndicationLocGetEngineLockOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.28
void
qmi_indication_loc_get_engine_lock_output_unref
                               (QmiIndicationLocGetEngineLockOutput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
Since: 1.28
gboolean qmi_indication_loc_get_engine_lock_output_get_lock_type (QmiIndicationLocGetEngineLockOutput *self,QmiLocLockType *value_lock_type,GError **error);
Get the 'Lock Type' field from self
.
| self | ||
| value_lock_type | a placeholder for the output QmiLocLockType, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.28
gboolean qmi_indication_loc_get_engine_lock_output_get_indication_status (QmiIndicationLocGetEngineLockOutput *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.28
QmiIndicationLocGetEngineLockOutput * qmi_indication_loc_get_engine_lock_indication_parse (QmiMessage *message,GError **error);
Parses a QmiMessage and builds a QmiIndicationLocGetEngineLockOutput out of it. The operation fails if the message is of the wrong type.
 a QmiIndicationLocGetEngineLockOutput, or NULL if error
is set. The returned value should be freed with qmi_indication_loc_get_engine_lock_output_unref().
Since: 1.34
typedef struct _QmiIndicationLocGetEngineLockOutput QmiIndicationLocGetEngineLockOutput;
The QmiIndicationLocGetEngineLockOutput structure contains private data and should only be accessed using the provided API.
Since: 1.28