[vala] gio-2.0: Force finish_vfunc_name of Volume.mount() to "mount_finish"



commit c4336c0f38b31094cb875b4556eb73c2d6f11ef8
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Sep 18 15:37:10 2016 +0200

    gio-2.0: Force finish_vfunc_name of Volume.mount() to "mount_finish"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677769

 vapi/gio-2.0.vapi              |    2 +-
 vapi/metadata/Gio-2.0.metadata |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index ce71c8b..1b8ddc0 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -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 ();
diff --git a/vapi/metadata/Gio-2.0.metadata b/vapi/metadata/Gio-2.0.metadata
index c3dd438..a67d691 100644
--- a/vapi/metadata/Gio-2.0.metadata
+++ b/vapi/metadata/Gio-2.0.metadata
@@ -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


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