Function

QmiVoiceCallEndReasonget_string

since: 1.26

Declaration [src]

const gchar*
qmi_voice_call_end_reason_get_string (
  QmiVoiceCallEndReason val
)

Description [src]

Gets the nickname string for the QmiVoiceCallEndReason specified at val.

Available since: 1.26

Parameters

val

Type: QmiVoiceCallEndReason

A QmiVoiceCallEndReason.

Return value

Type: const gchar*

A string with the nickname, or NULL if not found. Do not free the returned value.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.