summaryrefslogtreecommitdiff
path: root/pango/pango-enum-types.h.template
Commit message (Collapse)AuthorAgeFilesLines
* Fix multilib issue in pango-enum-types.h.templateAkira TAGOH2017-08-301-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=786887
* Decorate the symbols in the headers with version macrosChun-wei Fan2016-06-291-0/+3
| | | | | | | From the last commit, decorate all the symbols with the version macros. Also add the version macros in the docs. https://bugzilla.gnome.org/show_bug.cgi?id=767587
* Make enum get_type functions thread-safeMatthias Clasen2012-08-281-0/+24
Use a more modern, template-based way of calling glib-mkenums, and use templates that use g_once_init_enter/leave to be thread-safe.