Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/netwerk/base/nsIDHCPClient.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIDHCPClient",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* ACString getOption (in uint8_t option); */
Method {
name: "GetOption",
params: &[Param { name: "option", ty: "u8" }, Param { name: "_retval", ty: "*mut ::nsstring::nsACString" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}