summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-02 12:28:09 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-02 17:30:57 +0100
commit38c58f047e339dbc8fc4718531d25ecddf06c725 (patch)
treed2738761b9242c0184b24a4aa386c18302caeb07
parent1f0df3e7b10a542a9453a5d4c30945646c82db99 (diff)
idl: add missing attribute Smartcard to nsISpicec interface
Interestingly, this doesn't seem to prevent it from working correctly. So this patch is mostly for correctness.
-rw-r--r--SpiceXPI/src/plugin/nsISpicec.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/SpiceXPI/src/plugin/nsISpicec.idl b/SpiceXPI/src/plugin/nsISpicec.idl
index f9f6f4b..5e6fd55 100644
--- a/SpiceXPI/src/plugin/nsISpicec.idl
+++ b/SpiceXPI/src/plugin/nsISpicec.idl
@@ -60,6 +60,7 @@ interface nsISpicec : nsISupports {
attribute boolean SendCtrlAltdelete;
attribute unsigned short UsbListenPort;
attribute boolean UsbAutoShare;
+ attribute boolean Smartcard;
void connect();
void show();