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-16 06:01:14 +0100
commit0f0fb5f75048b5d6b363a8409b9fa07a39d19737 (patch)
tree13d015bf9e2f2739716fe3e72ccf86beff28be55
parent205cf4c0d32099a83de0de059d0fa66c9eefd8a7 (diff)
downloadgnome-keyring-0f0fb5f75048b5d6b363a8409b9fa07a39d19737.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"