Re: GtkImage changes



Darin Adler <darin@eazel.com> writes:
> 
> There is an easy way if you are willing to spend the overhead of one more
> pointer and memory block, as you well know! If the stuff was in a private
> structure (what we call "details" in the Nautilus code) then the enum,
> union, and everything else could be in the .c file.
>

Yeah. Owen and Tim dislike this particular stunt though, so I'm
avoiding it here.

>     2) add a way to get the representation type, or

I like this option, I guess the enum is public anyway. May as well use
it for something.

Second choice is not to provide getters, but that's probably a bad idea.

Havoc




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