]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
javascriptcoregtk-4.0: Update to 2.24.1
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 17 Apr 2019 16:17:05 +0000 (18:17 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 17 Apr 2019 16:17:05 +0000 (18:17 +0200)
vapi/javascriptcoregtk-4.0.vapi

index cfb3a413cc2f2e4504f3f74dd3be6d28989572a4..2351da8f4d9fba24ccc0af7e569ef173f459054f 100644 (file)
@@ -300,7 +300,7 @@ namespace JSC {
                [CCode (has_construct_function = false)]
                public Value.number (JSC.Context context, double number);
                [CCode (has_construct_function = false)]
-               public Value.object (JSC.Context context, void* instance, JSC.Class? jsc_class);
+               public Value.object (JSC.Context context, owned void* instance, JSC.Class? jsc_class);
                public void object_define_property_accessor (global::string property_name, JSC.ValuePropertyFlags flags, GLib.Type property_type, [CCode (scope = "async")] GLib.Callback? getter, GLib.Callback? setter, void* user_data, GLib.DestroyNotify? destroy_notify);
                public void object_define_property_data (global::string property_name, JSC.ValuePropertyFlags flags, JSC.Value? property_value);
                public bool object_delete_property (global::string name);