Method

AgsGuiFileWidgetset_recently_used_filename

since: 6.6.0

Declaration [src]

void
ags_file_widget_set_recently_used_filename (
  AgsFileWidget* file_widget,
  gchar* recently_used_filename
)

Description [src]

Set recently_used_filename of file_widget.

Available since: 6.6.0

Parameters

recently_used_filename

Type: gchar*

The recently used filename.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.