| Top |  |  |  |  | 
| const gchar * | qmi_voice_call_state_get_string () | 
| const gchar * | qmi_voice_call_type_get_string () | 
| const gchar * | qmi_voice_call_direction_get_string () | 
| const gchar * | qmi_voice_call_mode_get_string () | 
| const gchar * | qmi_voice_als_get_string () | 
| const gchar * | qmi_voice_presentation_get_string () | 
| const gchar * | qmi_voice_domain_get_string () | 
| const gchar * | qmi_voice_privacy_get_string () | 
| const gchar * | qmi_voice_service_option_get_string () | 
| const gchar * | qmi_voice_tty_mode_get_string () | 
| gchar * | qmi_voice_wcdma_amr_status_build_string_from_mask () | 
| enum | QmiVoiceCallState | 
| enum | QmiVoiceCallType | 
| enum | QmiVoiceCallDirection | 
| enum | QmiVoiceCallMode | 
| enum | QmiVoiceAls | 
| enum | QmiVoicePresentation | 
| enum | QmiVoiceDomain | 
| enum | QmiVoicePrivacy | 
| enum | QmiVoiceServiceOption | 
| enum | QmiVoiceTtyMode | 
| enum | QmiVoiceWcdmaAmrStatus | 
GEnum ├── QmiVoiceAls ├── QmiVoiceCallDirection ├── QmiVoiceCallMode ├── QmiVoiceCallState ├── QmiVoiceCallType ├── QmiVoiceDomain ├── QmiVoicePresentation ├── QmiVoicePrivacy ├── QmiVoiceServiceOption ╰── QmiVoiceTtyMode GFlags ╰── QmiVoiceWcdmaAmrStatus
const gchar *
qmi_voice_call_state_get_string (QmiVoiceCallState val);
Gets the nickname string for the QmiVoiceCallState specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.14
const gchar *
qmi_voice_call_type_get_string (QmiVoiceCallType val);
Gets the nickname string for the QmiVoiceCallType specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.14
const gchar *
qmi_voice_call_direction_get_string (QmiVoiceCallDirection val);
Gets the nickname string for the QmiVoiceCallDirection specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.14
const gchar *
qmi_voice_call_mode_get_string (QmiVoiceCallMode val);
Gets the nickname string for the QmiVoiceCallMode specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.14
const gchar *
qmi_voice_als_get_string (QmiVoiceAls val);
Gets the nickname string for the QmiVoiceAls specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.14
const gchar *
qmi_voice_presentation_get_string (QmiVoicePresentation val);
Gets the nickname string for the QmiVoicePresentation specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.14
const gchar *
qmi_voice_domain_get_string (QmiVoiceDomain val);
Gets the nickname string for the QmiVoiceDomain specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.14
const gchar *
qmi_voice_privacy_get_string (QmiVoicePrivacy val);
Gets the nickname string for the QmiVoicePrivacy specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.14
const gchar *
qmi_voice_service_option_get_string (QmiVoiceServiceOption val);
Gets the nickname string for the QmiVoiceServiceOption specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.14
const gchar *
qmi_voice_tty_mode_get_string (QmiVoiceTtyMode val);
Gets the nickname string for the QmiVoiceTtyMode specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.14
gchar *
qmi_voice_wcdma_amr_status_build_string_from_mask
                               (QmiVoiceWcdmaAmrStatus mask);
Builds a string containing a comma-separated list of nicknames for
each QmiVoiceWcdmaAmrStatus in mask
.
a string with the list of nicknames, or NULL if none given. The returned value should be freed with g_free(). 
[transfer full]
Since: 1.14
State of a call.
| Unknown state. | ||
| Call is being originated. | ||
| Incoming call. | ||
| Call is in progress. | ||
| Call is originating but waiting for call control to complete. | ||
| Alerting. | ||
| On hold. | ||
| Waiting. | ||
| Disconnecting. | ||
| Call is finished. | ||
| MT call is in setup state (3GPP). | 
Since: 1.14
Service option.
| Any service option. | ||
| IS-96A. | ||
| EVRC. | ||
| IS733. | ||
| Selectable mode vocoder. | ||
| 4GV narrowband. | ||
| 4GV wideband. | ||
| 13K. | ||
| IS-96. | ||
| WVRC. | 
Since: 1.14