Top |
const gchar *
qmi_qos_status_get_string (QmiQosStatus val
);
Gets the nickname string for the QmiQosStatus specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.22
const gchar *
qmi_qos_event_get_string (QmiQosEvent val
);
Gets the nickname string for the QmiQosEvent specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.22