[gtk/css-lookup-caching: 24/26] Make PropertyValue another name for GtkCssLookupValue



commit 7beae965fdb51c62337542dcd01edf2a180eee83
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Feb 13 17:32:35 2020 -0500

    Make PropertyValue another name for GtkCssLookupValue

 gtk/gtkcssprovider.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 0489ba8bed..a253200e73 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -85,15 +85,10 @@ struct _GtkCssProviderClass
 
 typedef struct GtkCssRuleset GtkCssRuleset;
 typedef struct _GtkCssScanner GtkCssScanner;
-typedef struct _PropertyValue PropertyValue;
+typedef GtkCssLookupValue PropertyValue;
 typedef enum ParserScope ParserScope;
 typedef enum ParserSymbol ParserSymbol;
 
-struct _PropertyValue {
-  guint                id;
-  GtkCssValue         *value;
-  GtkCssSection       *section;
-};
 
 struct GtkCssRuleset
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]