Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/storage/mozIStorageError.idl
//
{static D: &[Interface] = &[
Interface {
name: "mozIStorageError",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* readonly attribute long result; */
Method {
name: "GetResult",
params: &[Param { name: "aResult", ty: "*mut i32" }],
ret: "::nserror::nsresult",
},
/* readonly attribute AUTF8String message; */
Method {
name: "GetMessage",
params: &[Param { name: "aMessage", ty: "*mut ::nsstring::nsACString" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}