Remove varargs SecretService methods
authorStef Walter <stefw@gnome.org>
Thu, 28 Jun 2012 11:15:06 +0000 (13:15 +0200)
committerStef Walter <stefw@gnome.org>
Thu, 28 Jun 2012 11:15:06 +0000 (13:15 +0200)
commit89550876ff1345e3f348d88a9be46261486c876f
tree12b24ec37c382a3eb0d43c6b091e62be4083fcf3
parentd0df587f088623b01ceaba7e18b8ef939d8c0831
Remove varargs SecretService methods

 * The SecretService methods aren't used as frequently as the
   password methods, and it's not really necessary to have a whole
   bunch of extra varargs functions.
 * Add varargs functions for building a GHashTable of attributes
14 files changed:
docs/reference/libsecret/libsecret-docs.sgml
docs/reference/libsecret/libsecret-sections.txt
library/Makefile.am
library/secret-attributes.c [new file with mode: 0644]
library/secret-attributes.h [new file with mode: 0644]
library/secret-item.c
library/secret-methods.c
library/secret-password.c
library/secret-private.h
library/secret-service.h
library/secret-unstable.h
library/secret-util.c
library/tests/test-methods.c
tool/secret-tool.c