summaryrefslogtreecommitdiff
path: root/codegen
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2004-12-12 14:15:34 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2004-12-12 14:15:34 +0000
commitdf38e5b4943dcad57f920aa168820dfb2a33169d (patch)
tree4d0765c1517fcf5cc3773999d26b5bcca97afcce /codegen
parent66a8ba03182b53990efbef9e647efda2446df241 (diff)
downloadpygtk-df38e5b4943dcad57f920aa168820dfb2a33169d.tar.gz
add GTime argtype
Diffstat (limited to 'codegen')
-rw-r--r--codegen/argtypes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/codegen/argtypes.py b/codegen/argtypes.py
index 6bb9a81a..dd79eeca 100644
--- a/codegen/argtypes.py
+++ b/codegen/argtypes.py
@@ -776,6 +776,7 @@ matcher.register('gint8', arg)
matcher.register('guint16', arg)
matcher.register('gint16', arg)
matcher.register('gint32', arg)
+matcher.register('GTime', arg)
arg = BoolArg()
matcher.register('gboolean', arg)