Hi there,
I've generated

 WebKit/Source/WebCore/page
digiplayer.cpp
digiplayer.h
and digiplayer.idl

The idl file looks as follows

module window {
    interface [
    LegacyDefaultOptionalArguments,
        OmitConstructor
    ] digiplayer {
                 void videoSetup(in DOMString url,
                   in boolean play_immeadiately,
                   in boolean eject_on_finish,
                   in long x,
                   in long y,
                   in long width,
                   in long height);
    };
}

will  LegacyDefaultOptionalArguments
support the 7 arguments or will I need to
do a Custom argument handler.

I'm using the browser in an embedded mips linux platform.
The code is linking to build/WebCore/libwebcore_efl.a
but not managing to do the final link to
build/WebKit/libewebkit.so 

Any help would be greatly appreciated & God bless.




D.J. Barrow Linux kernel developer
email: dj_bar...@ariasoft.ie
Mobile Ireland: +353-86-1715438
www.travelsmart.ie, everyones favourite carpool website, works beautifully on 
the apple iphone
www.warehog.com, & you thought ebay was good
www.ariasoft.ie, See my GPL contributions
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to