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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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
.
State of a call.
Service option.