mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
PyFalkon: addBookmark - make C++ own parameters
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
503e50b062
commit
d840cec206
|
@ -84,7 +84,16 @@
|
|||
<object-type name="BookmarkItem">
|
||||
<enum-type name="Type"/>
|
||||
</object-type>
|
||||
<object-type name="Bookmarks"/>
|
||||
<object-type name="Bookmarks">
|
||||
<modify-function signature="addBookmark(BookmarkItem*, BookmarkItem*)">
|
||||
<modify-argument index="1">
|
||||
<define-ownership class="target" owner="c++"/>
|
||||
</modify-argument>
|
||||
<modify-argument index="2">
|
||||
<define-ownership class="target" owner="c++"/>
|
||||
</modify-argument>
|
||||
</modify-function>
|
||||
</object-type>
|
||||
<object-type name="BookmarksModel">
|
||||
<enum-type name="Roles"/>
|
||||
</object-type>
|
||||
|
|
Loading…
Reference in New Issue
Block a user