1 2 3 4 5
namespace WebKit { namespace DOM { public delegate void EventTargetFunc (WebKit.DOM.EventTarget target, WebKit.DOM.Event event); } }