Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/widget/nsIBidiKeyboard.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIBidiKeyboard",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void reset (); */
Method {
name: "Reset",
params: &[],
ret: "::nserror::nsresult",
},
/* boolean isLangRTL (); */
Method {
name: "IsLangRTL",
params: &[Param { name: "_retval", ty: "*mut bool" }],
ret: "::nserror::nsresult",
},
/* readonly attribute boolean haveBidiKeyboards; */
Method {
name: "GetHaveBidiKeyboards",
params: &[Param { name: "aHaveBidiKeyboards", ty: "*mut bool" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}