Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/xpcom/io/nsIInputStreamPriority.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIInputStreamPriority",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* attribute unsigned long priority; */
Method {
name: "GetPriority",
params: &[Param { name: "aPriority", ty: "*mut u32" }],
ret: "::nserror::nsresult",
},
Method {
name: "SetPriority",
params: &[Param { name: "aPriority", ty: "u32" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}