Stef Walter
600021a30b
Accept NULL as a SecretService parameter for many methods
...
* We use secret_service_get() to lookup the default
SecretService in these cases.
* Use this functionality in the secret_password_xxx()
functions to greatly simplify them.
2012-07-05 23:33:08 +02:00
Stef Walter
279ea1cc10
Add methods which handle prompts for a DBus object path
...
* Various prompting methods return the prompt result as
a GVariant.
* Added new prompt_path methods to SecretService
2012-06-23 14:22:28 +02:00
Stef Walter
9c20c4d65e
Initial gobject-introspection support
2012-02-03 20:44:47 +01:00
Stef Walter
46137f865b
Rename gsecret to libsecret
...
* Fixes the namespacing capitalization issues run into with
gobject-introspection and glib code tools
2012-02-03 20:44:46 +01:00
Stef Walter
3a6cfa697f
Update the mock service to more closely mirror real secret service
2012-02-03 20:44:46 +01:00
Stef Walter
c6c6afa2cc
Rework how the initialization work for various proxy objects
...
* Fix bugs and tests
2012-02-03 20:44:44 +01:00
Stef Walter
116447c59e
Split out starting/stopping mock service into library
...
* Later this will be introspectable so we can start it from
python or javascript based tests
2012-01-23 09:36:36 +01:00
Stef Walter
31d8f1508e
Complete most of implementation, thread safety
...
Not tested or run yet
2012-01-20 17:53:02 +01:00
Stef Walter
72dc330a04
Complete the gsecret_password_xxx() API.
2012-01-16 15:08:29 +01:00
Stef Walter
f2e275f25e
Prompting and item deletion
2012-01-13 14:45:55 +01:00