]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: Fix g_mount_get_sort_key binding
authorJürg Billeter <j@bitron.ch>
Wed, 30 May 2012 08:25:35 +0000 (10:25 +0200)
committerJürg Billeter <j@bitron.ch>
Wed, 30 May 2012 08:26:22 +0000 (10:26 +0200)
Fixes bug 677073.

vapi/gio-2.0.vapi
vapi/metadata/Gio-2.0.metadata

index e534a1ff40f700b41a5dbd166e26edab96e45c88..8f01a93317324355f2f3ceb4954dd38e6ee01eb8 100644 (file)
@@ -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)]
index 8ab9d691666a5f63f482bf440f34449425498e8b..fd853fb6628e90c6c127106935be32fd7f53702b 100644 (file)
@@ -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"