Prompting and item deletion
authorStef Walter <stefw@gnome.org>
Wed, 11 Jan 2012 06:44:32 +0000 (07:44 +0100)
committerStef Walter <stefw@collabora.co.uk>
Fri, 13 Jan 2012 13:45:55 +0000 (14:45 +0100)
commitf2e275f25eebd5456967d431580668fcbbcf0601
tree75a156a418afd020689f40352c2e7e92d3b3463d
parentb36268afc1f5c2b1bcae605d39da8afc4be49bab
Prompting and item deletion
27 files changed:
build/glib.supp
build/unknown.supp
egg/egg-testing.c
egg/egg-testing.h
library/Makefile.am
library/gsecret-collection.h
library/gsecret-item.c
library/gsecret-item.h
library/gsecret-password.c [new file with mode: 0644]
library/gsecret-password.h [new file with mode: 0644]
library/gsecret-private.h
library/gsecret-prompt.c [new file with mode: 0644]
library/gsecret-prompt.h
library/gsecret-service.c
library/gsecret-service.h
library/gsecret-types.h
library/gsecret-util.c
library/gsecret-value.h
library/org.freedesktop.Secrets.xml
library/tests/Makefile.am
library/tests/mock-service-delete.py [new file with mode: 0644]
library/tests/mock-service-prompt.py [new file with mode: 0644]
library/tests/mock/service.py
library/tests/test-password.c [new file with mode: 0644]
library/tests/test-prompt.c [new file with mode: 0644]
library/tests/test-service.c
library/tests/test-session.c