Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/storage/mozIStorageResultSet.idl
//
{static D: &[Interface] = &[
Interface {
name: "mozIStorageResultSet",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* mozIStorageRow getNextRow (); */
Method {
name: "GetNextRow",
params: &[Param { name: "_retval", ty: "*mut*const mozIStorageRow" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}