Re: [Spice-devel] [PATCH 08/12] smartcard: Turn SmartcardState into a GObject

2016-03-25 Thread Christophe Fergeau
On Wed, Mar 23, 2016 at 05:38:32AM -0400, Frediano Ziglio wrote: > > diff --git a/server/smartcard.h b/server/smartcard.h > > index 32d2367..4b00433 100644 > > --- a/server/smartcard.h > > +++ b/server/smartcard.h > > @@ -1,6 +1,6 @@ > > /* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*-

Re: [Spice-devel] [PATCH 08/12] smartcard: Turn SmartcardState into a GObject

2016-03-23 Thread Frediano Ziglio
> > From: Christophe Fergeau > > This inherits from RedCharDevice. Once all char device states are > converted, we can turn the associated vfuncs into RedCharDeviceClass > vfuncs. > --- > server/smartcard.c | 221 > + > server/smartcard.h |

[Spice-devel] [PATCH 08/12] smartcard: Turn SmartcardState into a GObject

2016-03-21 Thread Frediano Ziglio
From: Christophe Fergeau This inherits from RedCharDevice. Once all char device states are converted, we can turn the associated vfuncs into RedCharDeviceClass vfuncs. --- server/smartcard.c | 221 + server/smartcard.h | 30 +++- 2 files c