Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/layout/base/nsISVGPaintContext.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsISVGPaintContext",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* readonly attribute ACString fillColor; */
Method {
name: "GetFillColor",
params: &[Param { name: "aFillColor", ty: "*mut ::nsstring::nsACString" }],
ret: "::nserror::nsresult",
},
/* readonly attribute ACString strokeColor; */
Method {
name: "GetStrokeColor",
params: &[Param { name: "aStrokeColor", ty: "*mut ::nsstring::nsACString" }],
ret: "::nserror::nsresult",
},
/* readonly attribute float fillOpacity; */
Method {
name: "GetFillOpacity",
params: &[Param { name: "aFillOpacity", ty: "*mut libc::c_float" }],
ret: "::nserror::nsresult",
},
/* readonly attribute float strokeOpacity; */
Method {
name: "GetStrokeOpacity",
params: &[Param { name: "aStrokeOpacity", ty: "*mut libc::c_float" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}