| Top | 
| const gchar * | qmi_pds_operation_mode_get_string () | 
| const gchar * | qmi_pds_position_session_status_get_string () | 
| gchar * | qmi_pds_data_valid_build_string_from_mask () | 
| const gchar * | qmi_pds_tracking_session_state_get_string () | 
| const gchar * | qmi_pds_operating_mode_get_string () | 
| const gchar * | qmi_pds_network_mode_get_string () | 
| enum | QmiPdsOperationMode | 
| enum | QmiPdsPositionSessionStatus | 
| enum | QmiPdsDataValid | 
| enum | QmiPdsTrackingSessionState | 
| enum | QmiPdsOperatingMode | 
| enum | QmiPdsNetworkMode | 
GEnum ├── QmiPdsNetworkMode ├── QmiPdsOperatingMode ├── QmiPdsOperationMode ├── QmiPdsPositionSessionStatus ╰── QmiPdsTrackingSessionState GFlags ╰── QmiPdsDataValid
const gchar *
qmi_pds_operation_mode_get_string (QmiPdsOperationMode val);
Gets the nickname string for the QmiPdsOperationMode specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.0
const gchar *
qmi_pds_position_session_status_get_string
                               (QmiPdsPositionSessionStatus val);
Gets the nickname string for the QmiPdsPositionSessionStatus specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.0
gchar *
qmi_pds_data_valid_build_string_from_mask
                               (QmiPdsDataValid mask);
Builds a string containing a comma-separated list of nicknames for
each QmiPdsDataValid in mask
.
const gchar *
qmi_pds_tracking_session_state_get_string
                               (QmiPdsTrackingSessionState val);
Gets the nickname string for the QmiPdsTrackingSessionState specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.0
const gchar *
qmi_pds_operating_mode_get_string (QmiPdsOperatingMode val);
Gets the nickname string for the QmiPdsOperatingMode specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.12
const gchar *
qmi_pds_network_mode_get_string (QmiPdsNetworkMode val);
Gets the nickname string for the QmiPdsNetworkMode specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.12
Status of the positioning session.
| 
 Success.  | 
||
| 
 In progress.  | 
||
| 
 General failure.  | 
||
| 
 Timeout.  | 
||
| 
 User ended session.  | 
||
| 
 Bad parameter.  | 
||
| 
 Phone is offline.  | 
||
| 
 Engine locked.  | 
||
| 
 Emergency call in progress.  | 
Since: 1.0
Flags to indicate which position data parameters are valid.
Since: 1.0