Method

AgsFileUtilget_app_encoding

since: 6.3.0

Declaration [src]

gchar*
ags_file_util_get_app_encoding (
  AgsFileUtil* file_util
)

Description [src]

Get application encoding of file_util.

Available since: 6.3.0

Return value

Type: gchar*

The application encoding.

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