Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/widget/nsIGeckoViewBridge.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIGeckoViewEventCallback",
base: Some("nsISupports"),
sync: false,
methods: Err("special type jsval unsupported"),
},
Interface {
name: "nsIGeckoViewEventFinalizer",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void onFinalize (); */
Method {
name: "OnFinalize",
params: &[],
ret: "::nserror::nsresult",
},
]),
},
Interface {
name: "nsIGeckoViewEventListener",
base: Some("nsISupports"),
sync: false,
methods: Err("special type jsval unsupported"),
},
Interface {
name: "nsIGeckoViewEventDispatcher",
base: Some("nsISupports"),
sync: false,
methods: Err("special type jsval unsupported"),
},
Interface {
name: "nsIGeckoViewView",
base: Some("nsIGeckoViewEventDispatcher"),
sync: false,
methods: Err("special type jsval unsupported"),
},
Interface {
name: "nsIGeckoViewBridge",
base: Some("nsIGeckoViewEventDispatcher"),
sync: false,
methods: Ok(&[
/* nsIGeckoViewEventDispatcher getDispatcherByName (in string name); */
Method {
name: "GetDispatcherByName",
params: &[Param { name: "name", ty: "*const libc::c_char" }, Param { name: "_retval", ty: "*mut *const nsIGeckoViewEventDispatcher" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}