19 Oct
2005
19 Oct
'05
6:16 p.m.
If namedview's modified signal were a sigc++ signal, then you would need to remember the sigc::connection returned by the connect() method, and then call disconnect() on that later.
You mean:
- it is, in fact, possible to make namedview modified a sigc++ signal, or - it is not possible to do so?
I was hesitating with the conversion because I didn't see where it is emitted. Atm, it appears to be emitted by calls to sp_repr_set_attr (doc->rroot, "sodipodi:modified", "true");
Thanks! ralf