]> Pileus Git - ~andy/gtk/commit
Don't use GValue in GtkCssValue
authorAlexander Larsson <alexl@redhat.com>
Thu, 8 Mar 2012 15:20:03 +0000 (16:20 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 8 Mar 2012 15:39:49 +0000 (16:39 +0100)
commit1ceed037b24c78b48a5319f465e4c489eb373413
treea22e506b9d737b3a67817d5c7eb06aa2b375530d
parent616cc5b96dc6d04ec0dcb43fe1024dc5473bfc9b
Don't use GValue in GtkCssValue

We now have complete coverage in the GtkCssValue API for type
handling, so drop the GValue from internal storage and just create
new ones when needed.
gtk/gtkcssvalue.c