Top |
const gchar * | qmi_pdc_configuration_type_get_string () |
const gchar * | qmi_pdc_refresh_event_type_get_string () |
const gchar *
qmi_pdc_configuration_type_get_string (QmiPdcConfigurationType val
);
Gets the nickname string for the QmiPdcConfigurationType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.18
const gchar *
qmi_pdc_refresh_event_type_get_string (QmiPdcRefreshEventType val
);
Gets the nickname string for the QmiPdcRefreshEventType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.32