Designing objects with GObject



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]