Method

AgsGuiFileWidgetget_filenames

since: 6.6.0

Declaration [src]

GSList*
ags_file_widget_get_filenames (
  AgsFileWidget* file_widget
)

Description [src]

Get filenames of file_widget.

Available since: 6.6.0

Return value

Type: A list of utf8

The filename as string.

The caller of the method takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.