summaryrefslogtreecommitdiff
path: root/gtk/smartcard-manager.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-23Don't use _GET_PRIVATE all the timeFabiano Fidêncio1-2/+2
2013-07-11smartcard: Only init manager onceChristophe Fergeau1-17/+29
2013-07-11smartcard: Handle VCARD_EMUL_INIT_ALREADY_INITEDChristophe Fergeau1-1/+4
2013-06-26doc: add missing symbols and versionsMarc-André Lureau1-0/+6
2013-06-24smartcard: Move down spice_smartcard_reader_is_software bodyChristophe Fergeau1-15/+15
2013-06-24Add spice_smartcard_manager_get_readers()Christophe Fergeau1-0/+44
2013-06-24smartcard: Add methods to act on software readersChristophe Fergeau1-10/+63
2013-06-24smartcard: Report failure when software reader is missingChristophe Fergeau1-2/+4
2013-02-26smartcard: do not register monitor before smartcard initMarc-André Lureau1-6/+14
2013-02-26smartcard: trivial cleanupMarc-André Lureau1-7/+7
2013-01-28Fix a bunch of gtkdoc/giscan warningsMarc-André Lureau1-4/+4
2011-12-09build: fix build issue because of double declarationMarc-André Lureau1-2/+0
2011-11-26Fix get_type() with --disable-smartcardMarc-André Lureau1-1/+2
2011-11-23Fix a few g-ir-scanner warningsMarc-André Lureau1-1/+1
2011-09-23build: move G_DEFINE_BOXED in glib-compat.h and fix build with old glibMarc-André Lureau1-0/+2
2011-09-01Drop VOID:BOXED user marshallerHans de Goede1-4/+4
2011-08-31doc: various improvementsMarc-André Lureau1-2/+2
2011-08-30Rename my_foo private datatypes to MyFooPrivateHans de Goede1-5/+5
2011-07-13gtk/doc: improve the generated gtk-doc a bitMarc-André Lureau1-1/+1
2011-07-13smartcard: add smartcard API docChristophe Fergeau1-5/+48
2011-07-07gtk/smartcard: make smartcard init asyncMarc-André Lureau1-8/+90
2011-07-05gtk/smartcard-manager: remove useless trailing ;Marc-André Lureau1-3/+3
2011-07-05gtk: s/SmartCard/Smartcard/gMarc-André Lureau1-45/+45
2011-07-01prepend smartcard cmdline options with --smartcardChristophe Fergeau1-2/+2
2011-06-28gtk/smartcard: make cacard dependency optional without breaking APIMarc-André Lureau1-5/+47
2011-06-26gtk/smartcard: remove g_assertMarc-André Lureau1-1/+1
2011-06-23gtk/smartcard: add a couple of debugMarc-André Lureau1-0/+5
2011-06-23gtk/smartcard: simplify a little spice_smartcard_manager_init_libcacardMarc-André Lureau1-10/+15
2011-06-23add software smartcard reader supportChristophe Fergeau1-1/+50
2011-06-23use user-provided certificates when init'ing libcacardChristophe Fergeau1-1/+39
2011-06-23initialize libcacardChristophe Fergeau1-0/+7
2011-06-22emit signals in reaction to libcacard eventsChristophe Fergeau1-1/+30
2011-06-22add signals for smartcard eventsChristophe Fergeau1-1/+84
2011-06-22add boxed type for VReaderChristophe Fergeau1-0/+1
2011-06-22add smartcard monitor GSourceChristophe Fergeau1-1/+117
2011-06-22add smartcard channel and smartcard manager skeletonsChristophe Fergeau1-0/+108