Top |
const gchar * | qmi_gas_firmware_listing_mode_get_string () |
const gchar * | qmi_gas_usb_composition_endpoint_type_get_string () |
const gchar *
qmi_gas_firmware_listing_mode_get_string
(QmiGasFirmwareListingMode val
);
Gets the nickname string for the QmiGasFirmwareListingMode specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.24
const gchar *
qmi_gas_usb_composition_endpoint_type_get_string
(QmiGasUsbCompositionEndpointType val
);
Gets the nickname string for the QmiGasUsbCompositionEndpointType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.32