Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/xpcom/io/nsIUnicharLineInputStream.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIUnicharLineInputStream",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* boolean readLine (out AString aLine); */
Method {
name: "ReadLine",
params: &[Param { name: "aLine", ty: "*mut ::nsstring::nsAString" }, Param { name: "_retval", ty: "*mut bool" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}