summaryrefslogtreecommitdiff
path: root/gtk/gtkprivatetypebuiltins.c.template
Commit message (Collapse)AuthorAgeFilesLines
* gtk: Use GDK_AVAILABLE_IN_ALL for generated enum typesMatthias Clasen2013-05-051-0/+1
| | | | | | glib-mkenums is not currently clever enough to know which version an enum type was added in, so just mark all the _get_type() functions as available in all versions.
* gtk: Put private functions in headers and include thoseBenjamin Otte2012-10-021-0/+1
| | | | | | | | This is part of a bunch of fixes for gcc complaining about -Wmissing-declarations. It puts functions into headers and includes those headers both where the functions are defined and where they function are used.
* Add generation of private g-types for private headersAlexander Larsson2011-11-251-0/+36
This starts with just the gtkcsstypesprivate.h header