Method

AgsGuiFileWidgetcreate_dir

since: 6.6.0

Declaration [src]

void
ags_file_widget_create_dir (
  AgsFileWidget* file_widget,
  gchar* dir_path
)

Description [src]

Create directory dir_path.

Available since: 6.6.0

Parameters

dir_path

Type: gchar*

The directory path.

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