| Top |  |  |  |  | 
QmiIndicationLocGnssSvInfoOutput *
qmi_indication_loc_gnss_sv_info_output_ref
                               (QmiIndicationLocGnssSvInfoOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.22
void
qmi_indication_loc_gnss_sv_info_output_unref
                               (QmiIndicationLocGnssSvInfoOutput *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_gnss_sv_info_output_get_list (QmiIndicationLocGnssSvInfoOutput *self,GArray **value_list,GError **error);
Get the 'List' field from self
.
| self | ||
| value_list | a placeholder for the output GArray of QmiIndicationLocGnssSvInfoOutputListElement elements, or  | |
| error | Return location for error or  | 
Since: 1.22
gboolean qmi_indication_loc_gnss_sv_info_output_get_altitude_assumed (QmiIndicationLocGnssSvInfoOutput *self,gboolean *value_altitude_assumed,GError **error);
Get the 'Altitude Assumed' field from self
.
Since: 1.22
typedef struct _QmiIndicationLocGnssSvInfoOutput QmiIndicationLocGnssSvInfoOutput;
The QmiIndicationLocGnssSvInfoOutput structure contains private data and should only be accessed using the provided API.
Since: 1.22
typedef struct {
    QmiLocSatelliteValidInformation valid_information;
    QmiLocSystem system;
    guint16 gnss_satellite_id;
    QmiLocHealthStatus health_status;
    QmiLocSatelliteStatus satellite_status;
    QmiLocNavigationData navigation_data;
    gfloat elevation_degrees;
    gfloat azimuth_degrees;
    gfloat signal_to_noise_ratio_bhz;
} QmiIndicationLocGnssSvInfoOutputListElement;
A QmiIndicationLocGnssSvInfoOutputListElement struct.
| QmiLocSatelliteValidInformation  | ||
| QmiLocSystem  | a QmiLocSystem. | |
| guint16  | a guint16. | |
| QmiLocHealthStatus  | ||
| QmiLocSatelliteStatus  | ||
| QmiLocNavigationData  | ||
| gfloat  | a gfloat. | |
| gfloat  | a gfloat. | |
| gfloat  | a gfloat. | 
Since: 1.22