]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: Force finish_vfunc_name of Volume.mount() to "mount_finish"
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 18 Sep 2016 13:37:10 +0000 (15:37 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 18 Sep 2016 13:37:10 +0000 (15:37 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=677769

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

index ce71c8b7968fc05a79b4ace8fdc426e12ef5d93c..1b8ddc0e303df6b8e9c954646486215d62a46fcc 100644 (file)
@@ -3702,7 +3702,7 @@ namespace GLib {
                [Version (since = "2.34")]
                public abstract GLib.Icon get_symbolic_icon ();
                public abstract string get_uuid ();
-               [CCode (vfunc_name = "mount_fn")]
+               [CCode (finish_vfunc_name = "mount_finish", vfunc_name = "mount_fn")]
                public abstract async bool mount (GLib.MountMountFlags flags, GLib.MountOperation? mount_operation, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public abstract bool should_automount ();
                public virtual signal void changed ();
index c3dd438d5ee64e2f3d78a5172c4fbbc006a511d9..a67d6914c6ba648c63eb37671b5cd4da91c068b0 100644 (file)
@@ -234,6 +234,7 @@ Vfs
 Volume
   .get_activation_root nullable
   .get_sort_key#virtual_method virtual
+  .mount_fn finish_vfunc_name="mount_finish"
 ZlibCompressor
   .new.level default=-1
 Converter