Top |
QmiIndicationLocNmeaOutput *
qmi_indication_loc_nmea_output_ref (QmiIndicationLocNmeaOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.22
void
qmi_indication_loc_nmea_output_unref (QmiIndicationLocNmeaOutput *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_nmea_output_get_nmea_string (QmiIndicationLocNmeaOutput *self
,const gchar **value_nmea_string
,GError **error
);
Get the 'NMEA String' field from self
.
Since: 1.22
typedef struct _QmiIndicationLocNmeaOutput QmiIndicationLocNmeaOutput;
The QmiIndicationLocNmeaOutput structure contains private data and should only be accessed using the provided API.
Since: 1.22