GNOME Bugzilla – Bug 591950
enum and GBoxed types should have their own standard section
Last modified: 2009-12-23 16:44:52 UTC
Actually the standard section is enabled only when _IS_${class}_CLASS or _IS_${class} macro is found. This will catch only types with a class, that is GObject based. To be consistent I think the same standard section should be enabled for any type, enum and GBoxed included. Checking for _TYPE_$type instead of the class will include everything.
Created attachment 140873 [details] [review] Patch implementing the above
Nicola, could you please join the discussion in bug #605025. I think its about the same topic. If you agree its about the same and we can agree how we actually do it, we can close one of the bugs.
Yes, this is related to the second point in bug #605025: fill free to close this one.
*** This bug has been marked as a duplicate of bug 605025 ***