Method

AgsFileget_filename

since: 3.6.17

Declaration [src]

gchar*
ags_file_get_filename (
  AgsFile* file
)

Description [src]

Get filename of file.

Available since: 3.6.17

Gets propertyAgs.File:filename

Return value

Type: gchar*

The filename.

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.