Signal

AgsGuiFileWidget::create-dir

since: 6.6.0

Declaration

void
create_dir (
  AgsFileWidget* self,
  gchar* dir_path,
  gpointer user_data
)

Description [src]

The ::create-dir signal notifies about creating directory.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 6.6.0

Parameters

dir_path

Type: gchar*

The directory path.

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