Hello everyone,
is there a possibility to get some error status and/or error messages when executing actions via, e.g., activate_action()? I had a look at the glibmm documentation but couldn't find anything regarding this topic.
I've just included executing Inkscape actions from the internal Python interpreter feature I'm porting to the current master branch (https://gitlab.com/wiesi/inkscape/-/tree/python-internal-1) and it would be nice (maybe even mandatory) for the Python user to get some feedback whether an action was successful and a meaningful error message if not.
Can anyone point me in the right direction? Does glibmm have some infrastructure for this task that I'm just unable to find or does it really require some extended surgery?
Thanks, Thomas