summaryrefslogtreecommitdiff
path: root/clutter/clutter-enum-types.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the generated enumeration type templateEmmanuele Bassi2018-06-171-5/+4
| | | | | Use the 'once' pragma, and ensure that we don't mess us reproducible builds by including full paths to file names.
* Annotate all public symbolsEmmanuele Bassi2014-03-171-8/+11
| | | | | We are going to switch to compiler annotations to determine the visibility of the symbols.
* 2007-08-20 Emmanuele Bassi <ebassi@openedhand.com>Emmanuele Bassi2007-08-201-0/+26
* clutter/Makefile.am: * clutter/clutter-enum-types.h.in: * clutter/clutter-enum-types.c.in: Use template files for glib-mkenums; this makes the Makefile template a bit more clean and the enum types generation more customisable (e.g. when GLib 2.14 has been released, we can use g_once_init_enter() and g_once_init_leave() to have thread-safe GType functions for the enum types as well).