summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@ubuntu.com>2013-03-10 12:51:28 +0400
committerStef Walter <stefw@gnome.org>2013-03-14 06:57:00 +0100
commit5b8eb09d3af21d6a0bf8daf962d65db42a75fecc (patch)
treebd57e30c55db75ee58da05968610e5443fab55a6
parentbc6fba2082c7558d8c5559306064a675426eac7d (diff)
downloadgnome-keyring-5b8eb09d3af21d6a0bf8daf962d65db42a75fecc.tar.gz
Update introspection to match the new SearchItems behavior
This makes the introspection match the new behavior of Collection's SearchItems method, introduced in ddb87ccad91a6ee0. http://bugzilla.gnome.org/show_bug.cgi?id=695115
-rw-r--r--daemon/dbus/gkd-secret-introspect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/daemon/dbus/gkd-secret-introspect.c b/daemon/dbus/gkd-secret-introspect.c
index 1ccd325d..ae74385c 100644
--- a/daemon/dbus/gkd-secret-introspect.c
+++ b/daemon/dbus/gkd-secret-introspect.c
@@ -71,8 +71,7 @@ const gchar *gkd_secret_introspect_collection =
" </method>\n"
" <method name='SearchItems'>\n"
" <arg name='attributes' type='a{ss}' direction='in'/>\n"
- " <arg name='unlocked' type='ao' direction='out'/>\n"
- " <arg name='locked' type='ao' direction='out'/>\n"
+ " <arg name='results' type='ao' direction='out'/>\n"
" </method>\n"
" <method name='CreateItem'>\n"
" <arg name='props' type='a{sv}' direction='in'/>\n"