src/vapi/javascriptcore.vapi
authorAlan Knowles <alan@roojs.com>
Wed, 18 Mar 2015 08:56:39 +0000 (16:56 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Mar 2015 08:56:39 +0000 (16:56 +0800)
src/vapi/javascriptcore.vapi

index 0c0a9c4..21f6600 100644 (file)
@@ -431,10 +431,12 @@ namespace JSCore {
 
     [CCode (cname = "JSObjectCallAsFunction", instance_pos=1.1)]
     public unowned JSCore.Value call_as_function (Context ctx,
-                                                  JSCore.Object? this_object,
-                                                      [CCode (array_length_pos=2.9, array_length_type="size_t")]
-                                                  JSCore.Value[]? arguments,
-                                                  out JSCore.Value exception);
+                                                                  JSCore.Object function,
+                                                                  JSCore.Object thisObject,
+                                                                  [CCode (array_length_pos=3.9, array_length_type="size_t")]
+                                                                  JSCore.Value[] arguments,
+                                                                  out JSCore.Value exception);
+
 
     [CCode (cname = "JSObjectIsConstructor", instance_pos=1.1)]
     public bool is_constructor (Context ctx);
@@ -468,4 +470,4 @@ namespace JSCore {
       }
     }
   }
-}
\ No newline at end of file
+}