Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/accessible/interfaces/nsIAccessibleCaretMoveEvent.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIAccessibleCaretMoveEvent",
base: Some("nsIAccessibleEvent"),
sync: false,
methods: Ok(&[
/* readonly attribute long caretOffset; */
Method {
name: "GetCaretOffset",
params: &[Param { name: "aCaretOffset", ty: "*mut i32" }],
ret: "::nserror::nsresult",
},
/* readonly attribute boolean isSelectionCollapsed; */
Method {
name: "GetIsSelectionCollapsed",
params: &[Param { name: "aIsSelectionCollapsed", ty: "*mut bool" }],
ret: "::nserror::nsresult",
},
/* readonly attribute boolean isAtEndOfLine; */
Method {
name: "GetIsAtEndOfLine",
params: &[Param { name: "aIsAtEndOfLine", ty: "*mut bool" }],
ret: "::nserror::nsresult",
},
/* readonly attribute long granularity; */
Method {
name: "GetGranularity",
params: &[Param { name: "aGranularity", ty: "*mut i32" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}