From: Jürg Billeter Date: Wed, 30 May 2012 08:25:35 +0000 (+0200) Subject: gio-2.0: Fix g_mount_get_sort_key binding X-Git-Tag: 0.17.1~10 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=093217d72dd50a9561a56171e8fe7a018a792753;p=thirdparty%2Fvala.git gio-2.0: Fix g_mount_get_sort_key binding Fixes bug 677073. --- diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi index e534a1ff4..8f01a9331 100644 --- a/vapi/gio-2.0.vapi +++ b/vapi/gio-2.0.vapi @@ -2495,7 +2495,7 @@ namespace GLib { public abstract GLib.Icon get_icon (); public abstract string get_name (); public abstract GLib.File get_root (); - public abstract unowned string get_sort_key (); + public virtual unowned string get_sort_key (); public abstract string get_uuid (); public abstract GLib.Volume get_volume (); [CCode (array_length = false, array_null_terminated = true)] diff --git a/vapi/metadata/Gio-2.0.metadata b/vapi/metadata/Gio-2.0.metadata index 8ab9d6916..fd853fb66 100644 --- a/vapi/metadata/Gio-2.0.metadata +++ b/vapi/metadata/Gio-2.0.metadata @@ -138,6 +138,8 @@ MenuItem .set_attribute skip=false MenuModel .get_item_attribute skip=false +Mount + .get_sort_key#virtual_method virtual OutputStream .close skip .close_finish throws="GLib.IOError"