[vala/0.16] gnome-keyring-1: Fix gnome_keyring_item_get_info_sync binding



commit 54e5874e89f7b808f9b44955252f4e620666abdc
Author: JÃrg Billeter <j bitron ch>
Date:   Sat Jun 2 16:09:54 2012 +0200

    gnome-keyring-1: Fix gnome_keyring_item_get_info_sync binding
    
    Fixes bug 677256.

 vapi/gnome-keyring-1.vapi                          |    2 +-
 .../gnome-keyring-1/gnome-keyring-1.metadata       |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/vapi/gnome-keyring-1.vapi b/vapi/gnome-keyring-1.vapi
index 32242b7..fb86eda 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 a111a1a..6d40a8f 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"



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