![](https://secure.gravatar.com/avatar/7cd0c99ccb007f57afb48754540fe1e7.jpg?s=120&d=mm&r=g)
29 Apr
2013
29 Apr
'13
4:46 p.m.
Hi,
I have to produce a "plugin" for Inkscape. Python extension functionnalities are not enough for what I want to do so I came to try the DBus Api.
With this one, I can communicate from my plugin to Inkscape but not in the other way. The only implemented signal is "ObjectMoved" but I need to know when Inkscape modifies a node, adds an attribute or things like that.
I look after the dbus extension code and it seems that the signals that I want are described in proposed-interface.xml and are not yet implemented.
Is there any way to achieve what I want to do? Is there further development forecast for dbus extension? Is this possible to propose eventually patch?
Thanks for the reply