Method

AgsFileLinkget_filename

since: 3.6.17

Declaration [src]

gchar*
ags_file_link_get_filename (
  AgsFileLink* file_link
)

Description [src]

Get filename of file_link.

Available since: 3.6.17

Gets propertyAgs.FileLink: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.