On Jan 7, 2008 10:55 PM, Ed Schouten <[EMAIL PROTECTED]> wrote: > You can just do this: > > | [NoArrayLength] > | public bool get_dest_row_at_pos (int drag_x, int drag_y, out weak | > Gtk.TreePath path, Gtk.TreeViewDropPosition[] pos); > > This will omit the length argument.
Ah, nice to know. But the problem wasn't passing an array. The problem was that the pos should be passed as "out Gtk.TreeViewDropPosition pos". Just talked to the devs at irc and a fix will be commited shortly. -- Daniel Svensson _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
