Method

AgsFileget_encoding

since: 3.6.17

Declaration [src]

gchar*
ags_file_get_encoding (
  AgsFile* file
)

Description [src]

Get encoding of file.

Available since: 3.6.17

Gets propertyAgs.File:encoding

Return value

Type: gchar*

The 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.