Method

AgsGuiFileWidgetset_current_path

since: 6.6.0

Declaration [src]

void
ags_file_widget_set_current_path (
  AgsFileWidget* file_widget,
  gchar* current_path
)

Description [src]

Set current_path of file_widget.

Available since: 6.6.0

Parameters

current_path

Type: gchar*

The current path.

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