Go to file
Niels De Graef b483b15d9d Don't end G_DEFINE_AUTOPTR_CLEANUP_FUNC with a ;
Normally it shouldn't matter too much, but the GIR parser apparently
doesn't like it:

```
/home/niels/gnome/libsecret/libsecret/secret-schema.h:75: syntax error, unexpected ';' in ';' at ';'
/home/niels/gnome/libsecret/libsecret/secret-prompt.h:78: syntax error, unexpected ';' in ';' at ';'
/home/niels/gnome/libsecret/libsecret/secret-value.h:54: syntax error, unexpected ';' in ';' at ';'
/home/niels/gnome/libsecret/libsecret/secret-service.h:307: syntax error, unexpected ';' in ';' at ';'
/home/niels/gnome/libsecret/libsecret/secret-collection.h:176: syntax error, unexpected ';' in ';' at ';'
/home/niels/gnome/libsecret/libsecret/secret-item.h:194: syntax error, unexpected ';' in ';' at ';'
```
2019-01-19 23:59:02 +01: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 Add build support for Meson 2019-01-19 21:03:56 +00:00
libsecret Don't end G_DEFINE_AUTOPTR_CLEANUP_FUNC with a ; 2019-01-19 23:59:02 +01: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 Add support for g_autoptr() to our types 2019-01-19 12:42:33 +00: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 Add build support for Meson 2019-01-19 21:03:56 +00:00
NEWS Bump version number 2018-12-29 07:07:49 +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.