]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gnome-keyring-1: Fix gnome_keyring_item_get_info_sync binding
authorJürg Billeter <j@bitron.ch>
Sat, 2 Jun 2012 14:09:54 +0000 (16:09 +0200)
committerJürg Billeter <j@bitron.ch>
Sat, 23 Jun 2012 15:27:43 +0000 (17:27 +0200)
Fixes bug 677256.

vapi/gnome-keyring-1.vapi
vapi/packages/gnome-keyring-1/gnome-keyring-1.metadata

index 32242b75c622b99c6c9bb4411d9578bcb2bc066f..fb86eda84371fb7d012c663354ac2dd4651cab99 100644 (file)
@@ -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")]
index a111a1a45ead008d50b9aaedf194f58cdfd34c9a..6d40a8fca71298a9fc11da23436762980c37f373 100644 (file)
@@ -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"