Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/widget/nsIMacUserActivityUpdater.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIMacUserActivityUpdater",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void updateLocation (in AString pageUrl, in AString pageTitle, in nsIBaseWindow window); */
Method {
name: "UpdateLocation",
params: &[Param { name: "pageUrl", ty: "*const ::nsstring::nsAString" }, Param { name: "pageTitle", ty: "*const ::nsstring::nsAString" }, Param { name: "window", ty: "*const nsIBaseWindow" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}