[gnome-keyring/gnome-3-6] Update introspection to match the new SearchItems behavior



commit 0f0fb5f75048b5d6b363a8409b9fa07a39d19737
Author: Dmitry Shachnev <mitya57 ubuntu com>
Date:   Sun Mar 10 12:51:28 2013 +0400

    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

 daemon/dbus/gkd-secret-introspect.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/daemon/dbus/gkd-secret-introspect.c b/daemon/dbus/gkd-secret-introspect.c
index 1ccd325..ae74385 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]