diff options
author | John Finlay <finlay@src.gnome.org> | 2008-11-01 01:06:49 +0000 |
---|---|---|
committer | John Finlay <finlay@src.gnome.org> | 2008-11-01 01:06:49 +0000 |
commit | b4d11afc0138699cefa0a7cfcc99039853fc4fae (patch) | |
tree | d083b13f328f1bde1bfd2a0d431742092214f152 /codegen/__init__.py | |
parent | 21024fb23f1ef97746aa72ae4918cce96f28b2bc (diff) | |
download | pygobject-b4d11afc0138699cefa0a7cfcc99039853fc4fae.tar.gz pygobject-b4d11afc0138699cefa0a7cfcc99039853fc4fae.tar.xz pygobject-b4d11afc0138699cefa0a7cfcc99039853fc4fae.zip |
Add defsgen to __all__ list. Strip out # directives from enum defintions.
* codegen/__init__.py (__all__): Add defsgen to __all__ list.
* codegen/h2def.py (find_enum_defs): Strip out # directives from
enum defintions.
(clean_func): Change ' * G_CONST_RETURN * ' to '** '
svn path=/trunk/; revision=974
Diffstat (limited to 'codegen/__init__.py')
-rw-r--r-- | codegen/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codegen/__init__.py b/codegen/__init__.py index cfa896e..86188f9 100644 --- a/codegen/__init__.py +++ b/codegen/__init__.py @@ -8,6 +8,7 @@ __all__ = [ 'docextract', 'docgen', 'h2def', + 'defsgen' 'mergedefs', 'mkskel', 'override', |