Hi! I have such situation. I have two objects A and B and interface C, which should be implemented by both of them. The problem is that some of properties of interface C should be writable and readable in object A and only readable in object B. Is there any way to keep them in interface C and don't do any ugly tricks to go around GObject rules? I really don't want to implement separately for both objects.
-- Cya! Tom _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list