Top |
QmiIndicationLocGetPredictedOrbitsDataSourceOutput *
qmi_indication_loc_get_predicted_orbits_data_source_output_ref
(QmiIndicationLocGetPredictedOrbitsDataSourceOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.22
void
qmi_indication_loc_get_predicted_orbits_data_source_output_unref
(QmiIndicationLocGetPredictedOrbitsDataSourceOutput *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_get_predicted_orbits_data_source_output_get_server_list (QmiIndicationLocGetPredictedOrbitsDataSourceOutput *self
,GArray **value_server_list
,GError **error
);
Get the 'Server List' field from self
.
Since: 1.22
gboolean qmi_indication_loc_get_predicted_orbits_data_source_output_get_allowed_sizes (QmiIndicationLocGetPredictedOrbitsDataSourceOutput *self
,guint32 *value_allowed_sizes_max_file_size
,guint32 *value_allowed_sizes_max_part_size
,GError **error
);
Get the 'Allowed Sizes' field from self
.
Since: 1.22
gboolean qmi_indication_loc_get_predicted_orbits_data_source_output_get_indication_status (QmiIndicationLocGetPredictedOrbitsDataSourceOutput *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] |
error |
Return location for error or |
Since: 1.22
typedef struct _QmiIndicationLocGetPredictedOrbitsDataSourceOutput QmiIndicationLocGetPredictedOrbitsDataSourceOutput;
The QmiIndicationLocGetPredictedOrbitsDataSourceOutput structure contains private data and should only be accessed using the provided API.
Since: 1.22