summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2012-06-02 16:09:54 +0200
committerJürg Billeter <j@bitron.ch>2012-06-23 17:27:43 +0200
commit54e5874e89f7b808f9b44955252f4e620666abdc (patch)
treeb7d1064d2951e54bc1242f9aa856a2f8bed5ba93
parent855f52bfc87eeb6a0a79bbdd60b26fc74b80b39a (diff)
downloadvala-54e5874e89f7b808f9b44955252f4e620666abdc.tar.gz
gnome-keyring-1: Fix gnome_keyring_item_get_info_sync binding
Fixes bug 677256.
-rw-r--r--vapi/gnome-keyring-1.vapi2
-rw-r--r--vapi/packages/gnome-keyring-1/gnome-keyring-1.metadata1
2 files changed, 1 insertions, 2 deletions
diff --git a/vapi/gnome-keyring-1.vapi b/vapi/gnome-keyring-1.vapi
index 32242b75c..fb86eda84 100644
--- a/vapi/gnome-keyring-1.vapi
+++ b/vapi/gnome-keyring-1.vapi
@@ -245,7 +245,7 @@ namespace GnomeKeyring {
[CCode (cheader_filename = "gnome-keyring.h")]
public static GnomeKeyring.Result item_get_info_full_sync (string? keyring, uint32 id, uint32 flags, out unowned GnomeKeyring.ItemInfo info);
[CCode (cheader_filename = "gnome-keyring.h")]
- public static unowned GnomeKeyring.Result? item_get_info_sync (string keyring, uint32 id, out unowned GnomeKeyring.ItemInfo info);
+ public static GnomeKeyring.Result item_get_info_sync (string keyring, uint32 id, out unowned GnomeKeyring.ItemInfo info);
[CCode (cheader_filename = "gnome-keyring.h")]
public static void* item_grant_access_rights (string? keyring, string display_name, string full_path, uint32 id, GnomeKeyring.AccessType rights, owned GnomeKeyring.OperationDoneCallback callback);
[CCode (cheader_filename = "gnome-keyring.h")]
diff --git a/vapi/packages/gnome-keyring-1/gnome-keyring-1.metadata b/vapi/packages/gnome-keyring-1/gnome-keyring-1.metadata
index a111a1a45..6d40a8fca 100644
--- a/vapi/packages/gnome-keyring-1/gnome-keyring-1.metadata
+++ b/vapi/packages/gnome-keyring-1/gnome-keyring-1.metadata
@@ -179,7 +179,6 @@ gnome_keyring_item_get_info.callback transfer_ownership="1"
gnome_keyring_item_get_info.data hidden="1"
gnome_keyring_item_get_info.keyring nullable="1"
gnome_keyring_item_get_info.destroy_data hidden="1"
-gnome_keyring_item_get_info_sync nullable="1"
gnome_keyring_item_get_info_full.callback transfer_ownership="1"
gnome_keyring_item_get_info_full.data hidden="1"
gnome_keyring_item_get_info_full.keyring nullable="1"