Split the pkg-config files, gir, and vapi into stable/unstable
authorStef Walter <stefw@gnome.org>
Fri, 13 Jul 2012 09:11:58 +0000 (11:11 +0200)
committerStef Walter <stefw@gnome.org>
Fri, 13 Jul 2012 09:14:34 +0000 (11:14 +0200)
commit994ae44a77e55077bb64141a08ab8a5143a7d3f1
tree4f7db657338868e83f7bf9851144694a50b41e99
parent5cc30b2b68f551506bd9bbbe1306a24009e14eca
Split the pkg-config files, gir, and vapi into stable/unstable

 * C callers need to use libsecret-0 pkg-config file for stable and
   libsecret-unstable for unstable stuff.
 * Vala callers need to '--pkg libsecret-unstable' for unstable
 * GObject Introspection callers need to use the SecretUnstable package
29 files changed:
.gitignore
configure.ac
libsecret/Makefile.am
libsecret/SecretUnstable-0.metadata [new file with mode: 0644]
libsecret/libsecret-unstable.pc.in [new file with mode: 0644]
libsecret/secret-attributes.h
libsecret/secret-collection.c
libsecret/secret-collection.h
libsecret/secret-item.c
libsecret/secret-item.h
libsecret/secret-methods.c
libsecret/secret-password.h
libsecret/secret-paths.c
libsecret/secret-paths.h
libsecret/secret-private.h
libsecret/secret-prompt.h
libsecret/secret-schema.h
libsecret/secret-schemas.h
libsecret/secret-service.c
libsecret/secret-service.h
libsecret/secret-types.h
libsecret/secret-unstable.h
libsecret/secret-value.c
libsecret/secret-value.h
libsecret/secret.h
libsecret/tests/Makefile.am
libsecret/tests/test-unstable.js [new file with mode: 0644]
libsecret/tests/test-unstable.py [new file with mode: 0644]
libsecret/tests/test-vala-unstable.vala [new file with mode: 0644]