Re: [Vala] Drag and Drop



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]