Function

AgsStringUtilto_mcoded7

since: 5.5.0

Declaration [src]

gchar*
ags_string_util_to_mcoded7 (
  gchar* str
)

Description [src]

String to mcoded7 encoding.

Available since: 5.5.0

Parameters

str

Type: gchar*

The string to encode.

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.