Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/xpcom/ds/nsIArrayExtensions.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIArrayExtensions",
base: Some("nsIArray"),
sync: false,
methods: Ok(&[
/* uint32_t Count (); */
Method {
name: "Count",
params: &[Param { name: "_retval", ty: "*mut u32" }],
ret: "::nserror::nsresult",
},
/* nsISupports GetElementAt (in uint32_t index); */
Method {
name: "GetElementAt",
params: &[Param { name: "index", ty: "u32" }, Param { name: "_retval", ty: "*mut *const nsISupports" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}