Method

AgsFileset_encoding

since: 3.6.17

Declaration [src]

void
ags_file_set_encoding (
  AgsFile* file,
  gchar* encoding
)

Description [src]

Set encoding of file.

Available since: 3.6.17

Sets propertyAgs.File:encoding

Parameters

encoding

Type: gchar*

The encoding.

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