summaryrefslogtreecommitdiff
path: root/src/uca-enums.c.template
AgeCommit message (Collapse)Author
2012-06-12Generate enum types from sourceMatthias Vogelgesang
It became a little unwieldy to create the enum types manually via g_enums_register_static(). This changeset creates the types from enum definitions in public headers using glib2-mkenum. Be sure to include uca-enums.h in every source file that needs to know GObject enum type.