Method

AgsGuiFileWidgetget_filename

since: 6.6.0

Declaration [src]

gchar*
ags_file_widget_get_filename (
  AgsFileWidget* file_widget
)

Description [src]

Get filename of file_widget.

Available since: 6.6.0

Return value

Type: gchar*

The filename as string.

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.