Initial gobject-introspection support
authorStef Walter <stefw@gnome.org>
Thu, 2 Feb 2012 12:40:47 +0000 (13:40 +0100)
committerStef Walter <stefw@gnome.org>
Fri, 3 Feb 2012 19:44:47 +0000 (20:44 +0100)
commit9c20c4d65ea0e95ee589f50fe66bb4fb13bc5b03
tree8651c2f52d37dd1510043170ea8133fc936c9e04
parent46137f865bfcd131c82c4b2742e79f43e25a6c84
Initial gobject-introspection support
25 files changed:
.gitignore
build/Makefile.am
configure.ac
library/Makefile.am
library/libsecret.pc.in [new file with mode: 0644]
library/secret-collection.c
library/secret-collection.h
library/secret-item.c
library/secret-item.h
library/secret-methods.c
library/secret-password.c
library/secret-password.h
library/secret-private.h
library/secret-prompt.c
library/secret-prompt.h
library/secret-service.c
library/secret-service.h
library/secret-session.c
library/secret-types.h
library/secret-util.c
library/secret-value.c
library/secret-value.h
library/secret.h [new file with mode: 0644]
library/tests/Makefile.am
library/tests/test-prompt.c