Constructor

AgsGuiFileDialognew

since: 6.6.0

Declaration [src]

AgsFileDialog*
ags_file_dialog_new (
  GtkWidget* transient_for,
  gchar* title
)

Description [src]

Creates a new instance of AgsFileDialog.

Available since: 6.6.0

Parameters

transient_for

Type: GtkWidget

The GtkWidget transient-for.

The data is owned by the caller of the function.
title

Type: gchar*

The window title.

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

Return value

Type: AgsFileDialog

The new AgsFileDialog.

The data is owned by the called function.