Method

AgsGuiFileWidgetget_default_path

since: 6.6.0

Declaration [src]

gchar*
ags_file_widget_get_default_path (
  AgsFileWidget* file_widget
)

Description [src]

Get default path of file_widget.

Available since: 6.6.0

Return value

Type: gchar*

The default path as string.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.