summaryrefslogtreecommitdiff
path: root/gck/gck.h
Commit message (Expand)AuthorAgeFilesLines
* Drop Gck list APINiels De Graef2022-07-171-8/+0
* egg: Drop usage of timegm in favor of GDateTimeNiels De Graef2022-07-071-1/+1
* gck-password: Use G_DECLARE_FINAL_TYPE to declare the typeCorentin Noël2022-04-091-28/+1
* gck-object: Use G_DECLARE_DERIVABLE_TYPE to declare the typeCorentin Noël2022-04-091-23/+4
* gck-session: Use G_DECLARE_DERIVABLE_TYPE to declare the typeCorentin Noël2022-04-091-20/+1
* gck-slot: Use G_DECLARE_FINAL_TYPE to declare the typeCorentin Noël2022-04-091-30/+4
* gck-enumerator: Use G_DECLARE_FINAL_TYPE to declare the typeCorentin Noël2022-04-091-27/+1
* gck-module: Use G_DECLARE_DERIVABLE_TYPE to declare the typeCorentin Noël2022-04-091-23/+4
* gck: Remove floating capabilities to GckAttributesCorentin Noël2022-04-091-5/+1
* gck: Use the G_DEFINE_QUARK macroCorentin Noël2022-04-091-4/+4
* gck: use the right namespace for GckUriData methodsCorentin Noël2022-04-091-2/+2
* gck: Remove authenticate_slot/object from GckModuleCorentin Noël2022-04-091-1/+5
* gck-object-cache: Use G_DECLARE_INTERFACE to define the interfaceCorentin Noël2022-04-091-11/+3
* gck: Remove deprecated headerCorentin Noël2022-04-091-2/+0
* Don't use functions which we deprecatedNiels De Graef2020-02-071-1/+1
* gck: Provide support for g_autoptr for all typesNiels De Graef2020-01-131-0/+32
* gck: Add gck_enumerator_set_object_type_full() functionStef Walter2014-03-031-0/+5
* gck: Add an accessor for GckAttribute raw value dataStef Walter2014-03-031-0/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* Add version checking macrosStef Walter2014-01-061-0/+1
* gck: Define GCK_INVALID as a gulong, for easier introspectionStef Walter2014-01-051-1/+1
* gcr: Supress warnings when building gobject-introspection Gir filesStef Walter2013-04-191-0/+2
* Use p11-kit/pkcs11.h instead of shipping a copy with gck.Evan Nemerson2012-08-041-1/+1
* various srcdir != builddir fixesRyan Lortie2012-01-091-1/+1
* gck: Remove gck_attributes_add_owned()Stef Walter2011-12-211-3/+0
* Revert changes to libtool version and removed APIStef Walter2011-12-091-3/+7
* gck: Bump gck libtool version, as we removed interfaces from libgckStef Walter2011-12-081-1/+1
* gck: Add documentation for newly functionsStef Walter2011-12-081-5/+5
* gck: Rename GckObjectAttributes to GckObjectCacheStef Walter2011-12-081-15/+55
* gck: Add floating references to GckAttributesStef Walter2011-12-081-0/+2
* gck: Add GckBuilder as a mutable attribute setStef Walter2011-12-081-55/+140
* gck: Make the gck_attributes_to_string() function publicStef Walter2011-11-301-0/+2
* gck: Change gck_object_get attr_types arguments to constStef Walter2011-11-231-2/+2
* gck: add gck_attributes_set() and gck_attributes_set_all() functionsStef Walter2011-11-231-0/+8
* gck: Make gck_attributes_unref take a pointerStef Walter2011-11-151-1/+1
* gck: Add gck_attribute_hash and cleanup for use in hash tableStef Walter2011-11-031-3/+5
* gck: Chaining of enumeratorsStef Walter2011-11-021-0/+5
* gck: Allow enumerating objects on a sessionStef Walter2011-11-021-0/+3
* gck: GTlsInteraction is set on sessions, not slotsStef Walter2011-11-021-5/+3
* gck: Add methods for opening and logging in that accept interactionsStef Walter2011-11-011-0/+33
* gck: Remove duplicate typedef of GckObjectAttributesStef Walter2011-10-281-1/+0
* gck: Add gck_slot_enumerate_objects() functionStef Walter2011-10-121-1/+5
* gck: Enumerator can now retrieve object attributesStef Walter2011-10-121-2/+39
* gck: Add gck_session_find_handles() and friendsStef Walter2011-10-071-2/+19
* gck: Add support for setting attributes in an arrayStef Walter2011-10-041-0/+16
* gck: Integrate GTlsInteraction into libgckStef Walter2011-10-031-3/+53
* gck: Fix more argument typesStef Walter2011-09-301-7/+7
* gck: More introspection tweaks, checking for parameters which allow noneStef Walter2011-09-291-12/+12
* gck: More introspection and documentation cleanupStef Walter2011-09-291-7/+7
* gck: Documentation, introspection, and header fixesStef Walter2011-09-291-14/+15