Skip to content

Commit

Permalink
Added Boolean class
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Zakondyrin committed Feb 20, 2011
1 parent e36b36d commit e0fe615
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vala-api/v8c.vapi
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ namespace v8
public bool strict_equals (Handle that);
}

[Compact]
[CCode (cname = "V8Handle")]
public class Boolean : Value {
public Boolean (bool value);
public bool value ();
}

public class Arguments {
public int length ();
[CCode (cname = "v8_arguments_get")]
Expand Down

0 comments on commit e0fe615

Please sign in to comment.