Function

AgsStringUtilfrom_mcoded7

since: 5.5.0

Declaration [src]

gchar*
ags_string_util_from_mcoded7 (
  gchar* mcoded7_str
)

Description [src]

String from mcoded7 encoding.

Available since: 5.5.0

Parameters

mcoded7_str

Type: gchar*

The string to decode.

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

Return value

Type: gchar*

The newly allocated string.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.