Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/accessible/interfaces/nsIAccessiblePivot.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIAccessiblePivot",
base: Some("nsISupports"),
sync: false,
methods: Err("optional_argc is unsupported"),
},
Interface {
name: "nsIAccessibleTraversalRule",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* unsigned short match (in nsIAccessible aAccessible); */
Method {
name: "Match",
params: &[Param { name: "aAccessible", ty: "*const nsIAccessible" }, Param { name: "_retval", ty: "*mut u16" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}