summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2005-07-14 12:33:07 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-07-14 12:33:07 +0000
commit900a6d3d9a8fa0e411c3e0e29b8a97ea3175a856 (patch)
tree0d2022fe1fbc1420360528b6bf9ffff18633c87c
parent1a1fd616c1d3649cdc35ba10538b81f03f19810f (diff)
downloadpygtk-2-0.tar.gz
fix syntax errorspygtk-2-0
* gtk/gtk.defs: fix syntax errors
-rw-r--r--gtk/gtk.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtk.defs b/gtk/gtk.defs
index 8ef0e1c4..e9a16e22 100644
--- a/gtk/gtk.defs
+++ b/gtk/gtk.defs
@@ -16213,7 +16213,7 @@
(return-type "none")
(parameters
'("GtkStateType" "state")
- '("GdkColor*" "color" (null-ok)))
+ '("GdkColor*" "color" (null-ok))
)
)
@@ -16223,7 +16223,7 @@
(return-type "none")
(parameters
'("GtkStateType" "state")
- '("GdkColor*" "color" (null-ok)))
+ '("GdkColor*" "color" (null-ok))
)
)
@@ -16233,7 +16233,7 @@
(return-type "none")
(parameters
'("GtkStateType" "state")
- '("GdkColor*" "color" (null-ok)))
+ '("GdkColor*" "color" (null-ok))
)
)