[gnome-keyring] Fix the introspect data for SearchItems()
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] Fix the introspect data for SearchItems()
- Date: Fri, 27 Jan 2012 13:49:07 +0000 (UTC)
commit 7a53d0d83d3f1a7b90d57ae808195d705034c3a0
Author: Stef Walter <stefw gnome org>
Date: Fri Jan 27 14:48:28 2012 +0100
Fix the introspect data for SearchItems()
https://bugzilla.gnome.org/show_bug.cgi?id=668757
daemon/dbus/gkd-secret-introspect.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/daemon/dbus/gkd-secret-introspect.c b/daemon/dbus/gkd-secret-introspect.c
index 816ea3e..9fd1531 100644
--- a/daemon/dbus/gkd-secret-introspect.c
+++ b/daemon/dbus/gkd-secret-introspect.c
@@ -71,7 +71,8 @@ const gchar *gkd_secret_introspect_collection =
" </method>\n"
" <method name='SearchItems'>\n"
" <arg name='attributes' type='a{ss}' direction='in'/>\n"
- " <arg name='results' type='ao' direction='out'/>\n"
+ " <arg name='unlocked' type='ao' direction='out'/>\n"
+ " <arg name='locked' 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]