Method

AgsGuiFileWidgetget_recently_used

since: 6.6.0

Declaration [src]

gchar**
ags_file_widget_get_recently_used (
  AgsFileWidget* file_widget,
  guint* strv_length
)

Description [src]

Get recently used from file_widget.

Available since: 6.6.0

Parameters

strv_length

Type: guint*

No description available.

The data is owned by the caller of the method.

Return value

Type: An array of utf8

The recently used string vector.

The array is NULL-terminated.
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.