Method

AgsFileLinkset_filename

since: 3.6.17

Declaration [src]

void
ags_file_link_set_filename (
  AgsFileLink* file_link,
  gchar* filename
)

Description [src]

Set filename of file_link.

Available since: 3.6.17

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