Re: [Vala] Drag and Drop
- From: lariamat <interflug1 gmx net>
- To: Frederik <scumm_fredo gmx net>, Vala-list gnome org
- Subject: Re: [Vala] Drag and Drop
- Date: Sat, 08 Nov 2008 11:30:52 +0100
the problem still exists in vala-0.5.1
in class SelectionData:
public void set (Gdk.Atom type, int format, uchar[] data);
has to be changed to:
public void set (Gdk.Atom type, int format, void* data, ulong size);
Ok, this problem is already solved:
2008-10-28 Jürg Billeter <j bitron ch>
* vala/valainterfacewriter.vala:
Don't sort struct fields in vapi files to fix struct
initialization, patch by Hans Vercammen
_______________________________________________
Vala-list mailing list
Vala-list gnome org
http://mail.gnome.org/mailman/listinfo/vala-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]