Method
AgsGuiFileWidgetget_recently_used
since: 6.6.0
[−]
Declaration [src]
gchar**
ags_file_widget_get_recently_used (
AgsFileWidget* file_widget,
guint* strv_length
)
[−]
Parameters
strv_length
-
Type:
guint*
The string vector length.
The argument will be set by the function.
[−]
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 returned data, and is responsible for freeing it. |
Each element is a NUL terminated UTF-8 string. |