Stef Walter
b535ed1bbf
Use collection aliases with secret_password_store() and friends
...
* Make SECRET_COLLECTION_DEFAULT and SECRET_COLLECTION_SESSION
be the simple aliases for those collections.
* Accept either an alias or a path in secret_password_store()
and secret_service_store() and friends.
2012-07-06 09:42:08 +02:00
Stef Walter
7098b856b7
Rename the functions that operate on a dbus item path
...
* They all contain '_dbus_path' in their name
* Move secret_service_get_session_path() to the paths functionality
* Move the secret_collection_new() and secret_item_new() functionality
to the path based section.
2012-07-06 09:27:05 +02:00
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
153dfcec5f
Add secret_collection_load_items()
...
* And flags to prevent loading of items when creating a
SecretCollection object
* Rename secret_service_ensure_collections() to
secret_service_load_collections()
2012-07-05 23:33:07 +02:00
Stef Walter
f962662b09
Separate path based functionality
...
* Move the dbus object path based functionality into its
own file and own section of the documentation.
2012-07-05 23:33:07 +02:00
Stef Walter
49dd623e6e
Keep a cached SecretValue on each SecretItem
...
* This item can be retrieved immediately and loaded asynchronously
* It can also be loaded during initialization of the SecretItem
object
2012-07-05 23:33:07 +02:00
Stef Walter
738b11c14c
Proper async behavior for seahorse_collection_delete ()
...
* The async 'source' object was set to a SecretService
instead of a SecretCollection in the callback
2012-06-27 16:41:13 +02:00
Stef Walter
463c649ca8
Update the collection 'Items' property correctly
...
* Problems due to not setting constructing flag when construction
of SecretCollection completed
2012-06-27 16:39:37 +02:00
Stef Walter
258ef1b8b8
Fix null-pointer dereference
...
* In the corner case where we don't know about a collection/item
but receive the CollectionChanged or ItemChanged signal,
fix use of a null pointer
2012-06-27 16:38:35 +02:00
Stef Walter
9b9db3fb51
Use correct variant signatures for Secret Service signals
...
* Fix typo for signatures used when receiving CollectionCreated,
CollectionChanged, CollectionDeleted, ItemCreated, ItemChanged,
ItemDeleted
2012-06-27 16:36:45 +02:00
Stef Walter
52d455f673
Notify the 'items' and 'collections' properties when udpated
...
* When SecretCollection updates its 'items' property or
SecretService 'collections' property notify that these
have been changed.
2012-06-27 16:33:22 +02:00
Stef Walter
e13b8c4680
Add methods to get services from collections, items
...
* Add secret_collection_get_service()
* Add secret_item_get_service()
2012-06-25 10:17:29 +02:00
Stef Walter
8e9284b4bc
Fix documentation problems
2012-04-27 16:57:36 +02:00
Stef Walter
125289ae45
Fix license header issues
...
* Update to LGPL 2.1
* Fix typos in license comments
* Update FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=673194
2012-03-31 15:33:25 +02:00
Stef Walter
add0a1a55d
More documentation clarifications
...
* Document how the 'paths' variants of functions work
* Add more about aliases
* Document @properties arguments
2012-03-24 13:34:07 +01:00
Stef Walter
ebb2806946
Add documentation of which parts of the API are unstable
...
* Use secret-unstable.h header for unstable bits
* Add stability tag to SECTION headers
2012-03-24 07:52:12 +01:00
Stef Walter
432f5617fe
Round up the documentation
2012-03-18 15:38:29 +01:00
Stef Walter
605e0b1f9b
Add support for old style Secret Service signals
...
* As used by ksecretservice
2012-03-18 15:34:48 +01:00
Stef Walter
3edec36350
Reference documentation
2012-02-03 20:44:47 +01: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