Add ewk_view_fullscreen_exit to exit fullscreen mode
[framework/web/webkit-efl.git] / Source / sync.profile
1 %modules = ( # path to module name map
2     "QtWebKit" => "$basedir"
3 );
4 %moduleheaders = ( # restrict the module headers to those found in relative path
5     "QtWebKit" => "WebKit/qt/Api;WebKit2/UIProcess/API/qt",
6 );
7 %classnames = (
8 );
9 @ignore_for_master_contents = ( "qwebscriptworld.h", "testwindow.h", "util.h", "bytearraytestdata.h" );