We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c3127 commit 647c20bCopy full SHA for 647c20b
PDFTronGo/pdftron.i
@@ -228,9 +228,7 @@ import "fmt"
228
229
// Disable exception handling for directors
230
%feature("except", "0") SwigDirector_Callback;
231
-%feature("except", "0") SwigDirector_Callback*;
232
%feature("except", "0") SwigDirector_SignatureHandler;
233
-%feature("except", "0") SwigDirector_SignatureHandler*;
234
235
// Handle exceptions by triggering recoverable panic containing the exception message
236
%exception {
0 commit comments