[gtk+/parser: 61/66] xxx: add properties to test
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/parser: 61/66] xxx: add properties to test
- Date: Mon, 11 Apr 2011 22:34:16 +0000 (UTC)
commit b95792c20700d7254b687109b92387493afe0161
Author: Benjamin Otte <otte redhat com>
Date: Mon Apr 11 19:27:33 2011 +0200
xxx: add properties to test
tests/css/parser/test-css-parser.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/tests/css/parser/test-css-parser.c b/tests/css/parser/test-css-parser.c
index 6d7fabf..8ca86fb 100644
--- a/tests/css/parser/test-css-parser.c
+++ b/tests/css/parser/test-css-parser.c
@@ -331,6 +331,12 @@ main (int argc, char **argv)
-G_MAXDOUBLE, G_MAXDOUBLE, 0.0,
G_PARAM_READABLE));
gtk_style_properties_register_property (NULL,
+ g_param_spec_string ("string-property",
+ "string property",
+ "test string properties",
+ NULL,
+ G_PARAM_READABLE));
+ gtk_style_properties_register_property (NULL,
g_param_spec_boxed ("rgba-property",
"rgba property",
"test rgba properties",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]