Go to file
Niels De Graef f165f721d8 Port Service and Session to GTask
GSimpleAsyncResult is deprecated in favor of the simpler GTask, so use
that instead. This cuts down on the deprecation warnings.

I wanted to do both separately, but porting one without the other led to
some faulty casts from GSimpleAsyncResult to GTask (and vice versa).
2019-05-15 18:21:34 +02:00
build build: update tap scripts 2018-08-28 11:27:27 +02:00
docs Add build support for Meson 2019-01-19 21:03:56 +00:00
egg Fix the meson build on -Dgcrypt=false 2019-05-13 20:17:15 +00:00
libsecret Port Service and Session to GTask 2019-05-15 18:21:34 +02:00
po Add build support for Meson 2019-01-19 21:03:56 +00:00
tool Add build support for Meson 2019-01-19 21:03:56 +00:00
.dir-locals.el build: Add .dir-locals.el for Emacs 2018-07-20 10:54:30 +02:00
.gitignore Makefile.am: Add check-memory target for valgrind testing 2014-03-05 12:59:46 +01:00
.gitlab-ci.yml gitlab-ci: Run "dnf upgrade" before installing packages 2018-07-24 16:14:03 +02:00
AUTHORS Initial module setup. Implement GSecretData 2011-08-08 17:43:47 +02:00
autogen.sh Migrate from intltool to gettext. 2018-06-09 05:52:31 +00:00
ChangeLog Rename gsecret to libsecret 2012-02-03 20:44:46 +01:00
configure.ac Release 0.18.8 2019-03-02 07:55:06 +01:00
COPYING Fix up libsecret licensing 2012-08-06 11:25:08 +02:00
COPYING.TESTS Fix up libsecret licensing 2012-08-06 11:25:08 +02:00
libsecret.doap Replace Bugzilla by Gitlab URL in DOAP file 2018-12-14 12:03:19 +01:00
Makefile.am Makefile.am: Start signing releases 2016-12-12 13:20:25 +01:00
meson_options.txt Add build support for Meson 2019-01-19 21:03:56 +00:00
meson.build Ensure the Meson build also supports private memory 2019-05-13 19:41:48 +00:00
NEWS Release 0.18.8 2019-03-02 07:55:06 +01:00
README Initial module setup. Implement GSecretData 2011-08-08 17:43:47 +02:00

GObject based library for accessing the Secret Service API.