From 2bfd4d2720b55df0141189633ef6fae530663d04 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 21 Nov 2012 16:18:37 +0000 Subject: name and docuemnt the binding property attribute --- test/data/bindings/window.bnd | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'test/data/bindings/window.bnd') diff --git a/test/data/bindings/window.bnd b/test/data/bindings/window.bnd index 7b411b1..50ffe51 100644 --- a/test/data/bindings/window.bnd +++ b/test/data/bindings/window.bnd @@ -31,8 +31,10 @@ binding window { internal "JSObject *" console; internal "JSObject *" location; - shared unshared type EventHandler; - shared unshared foo; + property unshared type WindowProxy; + property unshared foo; + property shared type EventHandler; + property shared baz; } api mark %{ @@ -199,3 +201,7 @@ getter window %{ getter self %{ jsret = obj; %} + +getter EventHandler %{ + /* example shared property type handler */ +%} -- cgit v1.2.3