[ CCode ( cname = "gimp_file_chooser_set_title" ) ]
public void set_title (string? text)
Set the text to be used for the file dialog's title and for entry's placeholder text.
Setting a null title text will mean that the file dialog will use a generic title and
there will be no placeholder text in the entry.
| this |
A [class@FileChooser]. |
| text |
Dialog's title text. |