Method

AgsFileopen_filename

since: 3.0.0

Declaration [src]

void
ags_file_open_filename (
  AgsFile* file,
  gchar* filename
)

Description [src]

Opens the file specified by filename property.

Available since: 3.0.0

Parameters

filename

Type: gchar*

A path.

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