I noticed that the signals for Gtk.TreeModel are located in Gtk.TreeModelAdapter. Meanwhile, a consumer implements Gtk.TreeModelImplementor. Since the implementor will not necessarily have a reference to the adapter, how would one go about emiting row inserted, changed, and deleted signals? -- Christian