Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/dom/ipc/nsILoginDetectionService.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsILoginDetectionService",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void init (); */
Method {
name: "Init",
params: &[],
ret: "::nserror::nsresult",
},
/* boolean isLoginsLoaded (); */
Method {
name: "IsLoginsLoaded",
params: &[Param { name: "_retval", ty: "*mut bool" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}