mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Fix ownership transfer for wxXmlDocument methods
This commit is contained in:
@@ -86,6 +86,12 @@ def run():
|
||||
c.piBases = ['wx.Object']
|
||||
c.find('GetEncoding').ignore()
|
||||
c.find('SetEncoding').ignore()
|
||||
|
||||
c.find('AppendToProlog.node').transfer = True
|
||||
c.find('DetachDocumentNode').transferBack = True
|
||||
c.find('DetachRoot').transferBack = True
|
||||
c.find('SetDocumentNode.node').transfer = True
|
||||
c.find('SetRoot.node').transfer = True
|
||||
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user