Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/widget/nsIFilePicker.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIFilePicker",
base: Some("nsISupports"),
sync: false,
methods: Err("jscontext is unsupported"),
},
Interface {
name: "nsIFilePickerShownCallback",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void done (in nsIFilePicker_ResultCode aResult); */
Method {
name: "Done",
params: &[Param { name: "aResult", ty: " u16" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}