Re: GParamSpec



Owen Taylor <otaylor redhat com> writes: 
> I believe the C standard doesn't restrict what integral type will be picked
> for a particular enumeration, so Tim may have just been being cautious,
> in case someone did:
> 

I think C may require int, but C++ lets the compiler pick an unsigned
type, and also a short or long type to accomodate the enum values.

Havoc




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