summaryrefslogtreecommitdiff
path: root/gtk/gtkcsstypedvalueprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* cssvalue: Split out old value handling to new typed valueBenjamin Otte2012-04-171-0/+38
... and Make this new value be a real GValue, as we don't need to save performance for these anymore (it's just used for custom properties). And I'd rather have code work for all values then be optimized for no reason.