1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

PyFalkon: addBookmark - make C++ own parameters

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2023-03-12 01:19:44 +01:00
parent 503e50b062
commit d840cec206
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -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>