Method

AgsFileset_filename

since: 3.6.17

Declaration [src]

void
ags_file_set_filename (
  AgsFile* file,
  gchar* filename
)

Description [src]

Set filename of file.

Available since: 3.6.17

Sets propertyAgs.File:filename

Parameters

filename

Type: gchar*

The filename.

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