I am trying to eliminate unfrozen interfaces in my C++ code. For example, the method "Print" in the frozen interface nsIWebBrowserPrint takes a parameter nsIPrintSettings, which is an unfrozen interface. I need to change the printer settings, so in this case, I am stuck to use an unfrozen interface.
Any suggestion on how to solve this problem? _______________________________________________ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding