Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/xpcom/components/nsIFactory.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIFactory",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void createInstance (in nsIIDRef iid, [iid_is (iid), retval] out nsQIResult result); */
Method {
name: "CreateInstance",
params: &[Param { name: "iid", ty: "*const nsIID" }, Param { name: "result", ty: "*mut *mut libc::c_void" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}