public class FileChooserDialog : Dialog, Implementor, Buildable, FileChooser {
public FileChooserDialog ( string title,
Window parent,
FileChooserAction action,
... ) ;
public FileChooserDialog.with_backend ( string title,
Window parent,
FileChooserAction action,
string backend,
... ) ;
}

public FileChooserDialog ( string title,
Window parent,
FileChooserAction action,
... ) ;
public FileChooserDialog.with_backend ( string title,
Window parent,
FileChooserAction action,
string backend,
... ) ;
Created by Valadoc