зеркало из
1
0
Форкнуть 0

* PROBLEMS: Removed problem with array fields not generated

properly, they are now generated properly in latest gtk# cvs.

svn path=/trunk/diacanvas-sharp/; revision=22515
This commit is contained in:
Martin Willemoes Hansen 2004-01-26 21:32:19 +00:00
Родитель d0e35412a5
Коммит 2efd105e38
2 изменённых файлов: 5 добавлений и 19 удалений

Просмотреть файл

@ -1,3 +1,8 @@
2004-01-26 Martin Willemoes Hansen <mwh@sysrq.dk>
* PROBLEMS: Removed problem with array fields not generated
properly, they are now generated properly in latest gtk# cvs.
2004-01-06 Martin Willemoes Hansen <mwh@sysrq.dk>
* dia/diacanvas-api.xml: Regenerated with gtk#-0.15

Просмотреть файл

@ -1,22 +1,3 @@
Array fields are not generated properly
---------------------------------------
warning: array field Dia.ShapeText.affine probably incorrectly generated
warning: array field Dia.CanvasIter.data probably incorrectly generated
warning: array field Dia.ShapeImage.affine probably incorrectly generated
This seems to be a problem with the generator.
Array marshalling is not implemented in mono yet.
The xml has a format of:
<field cname="dash" array_len="1" type="gdouble"/>
The generated C# code is like this:
public IntPtr dash;
================================================================================
Type missing problems
---------------------