aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtWebKit
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2011-08-08 14:23:47 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:42 -0300
commit9a78c19fb889534d96a437c86e9f2c72291b592b (patch)
tree9a403d8b37260763a2f63d9b425874e2ca63febe /PySide/QtWebKit
parent40938ef3664b941fdae81d6e86a5af2ab67f2671 (diff)
Fixes in QtWebkit
Needed to make example from [1] work. Example will be added to pyside-examples. [1] http://blog.qtlabs.org.br/2011/05/30/transformando-o-qml-no-proximo-flash/
Diffstat (limited to 'PySide/QtWebKit')
-rw-r--r--PySide/QtWebKit/typesystem_webkit.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/PySide/QtWebKit/typesystem_webkit.xml b/PySide/QtWebKit/typesystem_webkit.xml
index a021a04af..9f96255f8 100644
--- a/PySide/QtWebKit/typesystem_webkit.xml
+++ b/PySide/QtWebKit/typesystem_webkit.xml
@@ -25,9 +25,6 @@
<namespace-type name="WebCore"/>
- <!-- unsuported property with type QList<MimeType> -->
- <rejection class="QWebPluginFactory::Plugin" field-name="mimeTypes"/>
-
<object-type name="QWebView">
<modify-function signature="setPage(QWebPage*)">
<modify-argument index="1">
@@ -163,6 +160,12 @@
<enum-type name="Extension"/>
<value-type name="Plugin"/>
<value-type name="MimeType"/>
+ <modify-function signature="create(const QString &amp;, const QUrl &amp;, const QStringList &amp;, const QStringList &amp;) const">
+ <modify-argument index="return">
+ <define-ownership class="native" owner="c++"/>
+ <define-ownership class="target" owner="target"/>
+ </modify-argument>
+ </modify-function>
</object-type>
<value-type name="QWebDatabase"/>
<value-type name="QWebHistoryItem"/>