Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/xpcom/ds/nsIObserver.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIObserver",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void observe (in nsISupports aSubject, in string aTopic, in wstring aData); */
Method {
name: "Observe",
params: &[Param { name: "aSubject", ty: "*const nsISupports" }, Param { name: "aTopic", ty: "*const libc::c_char" }, Param { name: "aData", ty: "*const u16" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}