[Spice-devel] [PATCH spice-xpi] add missing interface attributes
Peter Hatina
phatina at redhat.com
Mon Jul 2 04:01:08 PDT 2012
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
More information about the Spice-devel
mailing list