| | 1 | 2007-09-17 Mark Doffman <mark.doffman@codethink.co.uk> |
|---|
| | 2 | |
|---|
| | 3 | * /bindings/python/gendefs/defsgen.py: |
|---|
| | 4 | Modify so that only non-virtual methods can be |
|---|
| | 5 | generated. |
|---|
| | 6 | |
|---|
| | 7 | * /bindings/python/gendefs/Makefile.am: |
|---|
| | 8 | Generate virtual method definitions for Tinymail |
|---|
| | 9 | and Tinymailui libraries. |
|---|
| | 10 | |
|---|
| | 11 | * /bindings/python/*.defs: Include virtual method |
|---|
| | 12 | definitions. All Tinymail and Tinymailui interfaces |
|---|
| | 13 | are implementable. |
|---|
| | 14 | |
|---|
| | 15 | * /bindings/python/*.override: I add type definitions |
|---|
| | 16 | to fix bindings compilation problems when used with |
|---|
| | 17 | updated .defs files. |
|---|
| | 18 | |
|---|