Top |
QmiIndicationLocEngineStateOutput *
qmi_indication_loc_engine_state_output_ref
(QmiIndicationLocEngineStateOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.22
void
qmi_indication_loc_engine_state_output_unref
(QmiIndicationLocEngineStateOutput *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_engine_state_output_get_engine_state (QmiIndicationLocEngineStateOutput *self
,QmiLocEngineState *value_engine_state
,GError **error
);
Get the 'Engine State' field from self
.
self |
||
value_engine_state |
a placeholder for the output QmiLocEngineState, or |
[out] |
error |
Return location for error or |
Since: 1.22
typedef struct _QmiIndicationLocEngineStateOutput QmiIndicationLocEngineStateOutput;
The QmiIndicationLocEngineStateOutput structure contains private data and should only be accessed using the provided API.
Since: 1.22