Top |
IMSA enumerations and flagsIMSA enumerations and flags — Enumerations and flags in the IMSA service. |
const gchar * | qmi_imsa_ims_registration_status_get_string () |
const gchar * | qmi_imsa_registration_technology_get_string () |
const gchar * | qmi_imsa_service_status_get_string () |
GEnum ├── QmiImsaImsRegistrationStatus ├── QmiImsaRegistrationTechnology ╰── QmiImsaServiceStatus
const gchar *
qmi_imsa_ims_registration_status_get_string
(QmiImsaImsRegistrationStatus val
);
Gets the nickname string for the QmiImsaImsRegistrationStatus specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.34
const gchar *
qmi_imsa_registration_technology_get_string
(QmiImsaRegistrationTechnology val
);
Gets the nickname string for the QmiImsaRegistrationTechnology specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.34
const gchar *
qmi_imsa_service_status_get_string (QmiImsaServiceStatus val
);
Gets the nickname string for the QmiImsaServiceStatus specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.34