Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/netwerk/dns/nsIDNSAdditionalInfo.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIDNSAdditionalInfo",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* readonly attribute int32_t port; */
Method {
name: "GetPort",
params: &[Param { name: "aPort", ty: "*mut i32" }],
ret: "::nserror::nsresult",
},
/* readonly attribute ACString resolverURL; */
Method {
name: "GetResolverURL",
params: &[Param { name: "aResolverURL", ty: "*mut ::nsstring::nsACString" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}