diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-09-18 15:37:10 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-09-18 15:37:10 +0200 |
commit | c4336c0f38b31094cb875b4556eb73c2d6f11ef8 (patch) | |
tree | 538f8767187a41939268cc41de2a86129fa5db88 | |
parent | a38fdd253569d3459204a08364d3ba8a831f32eb (diff) | |
download | vala-c4336c0f38b31094cb875b4556eb73c2d6f11ef8.tar.gz |
gio-2.0: Force finish_vfunc_name of Volume.mount() to "mount_finish"
https://bugzilla.gnome.org/show_bug.cgi?id=677769
-rw-r--r-- | vapi/gio-2.0.vapi | 2 | ||||
-rw-r--r-- | 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 ce71c8b79..1b8ddc0e3 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 c3dd438d5..a67d6914c 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 |