[gtk/css-lookup-caching: 92/96] Make PropertyValue another name for GtkCssLookupValue
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/css-lookup-caching: 92/96] Make PropertyValue another name for GtkCssLookupValue
- Date: Fri, 14 Feb 2020 02:21:07 +0000 (UTC)
commit 0dbe25647a4e8fb32353cb094bbb7c2597d4d524
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 2bcdef6d36..126447471b 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]