Hi, when finishing test page generator, I noticed, that there are 2 attributes missing in the IDL file. I would like to push this, are you ok with those two? Cheers Peter Hatina EMEA ENG-Desktop Development Red Hat Czech, Brno --- SpiceXPI/src/plugin/nsISpicec.idl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SpiceXPI/src/plugin/nsISpicec.idl b/SpiceXPI/src/plugin/nsISpicec.idl index d3d0699..d6d8b86 100644 --- a/SpiceXPI/src/plugin/nsISpicec.idl +++ b/SpiceXPI/src/plugin/nsISpicec.idl @@ -39,7 +39,7 @@ * * ***** END LICENSE BLOCK ***** */ -#include "nsISupports.idl" +#include <nsISupports.idl> [scriptable, uuid(d2d536a0-b6fc-11d5-9d10-0060b0fbd8ac)] interface nsISpicec : nsISupports { @@ -49,6 +49,7 @@ interface nsISpicec : nsISupports { attribute string Password; attribute string CipherSuite; attribute string SSLChannels; + attribute string HostSubject; attribute boolean fullScreen; attribute boolean AdminConsole; attribute string Title; @@ -63,6 +64,7 @@ interface nsISpicec : nsISupports { attribute boolean Smartcard; attribute string ColorDepth; attribute string DisableEffects; + attribute string TrustStore; void connect(); void show(); -- 1.7.10.2 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel