
19 Oct
2005
19 Oct
'05
4:03 p.m.
Hello, the modified signal on SPNamedView is emitted when someone sets the attribute of doc->rroot to sodipodi:modified.
How can I connect to this signal the sigc++ way? Or, what to replace
g_signal_connect (G_OBJECT (namedview), "modified", G_CALLBACK (fun), this); sp_signal_disconnect_by_data (G_OBJECT (namedview), this);
with if I don't like it the old way?
ralf