[Gtk-sharp-list] Tomboy build problem: "Gtk.TargetList has no
constructors"
Dan Winship
danw at novell.com
Thu Jun 9 13:50:52 EDT 2005
On Thu, 2005-06-09 at 10:38 -0700, Alex Graveley wrote:
> // FIXME: Gtk# broke compatibility at some point with the
> // methodref for DestGetTargetList. We invoke it manually so
> // our binary will work for everyone.
> [DllImport("libgtk-win32-2.0-0.dll")]
> static extern IntPtr gtk_drag_dest_get_target_list (IntPtr raw);
Huh? Here's 1.0:
public static Gtk.TargetList DestGetTargetList(Gtk.Widget widget) {
and here's head:
public static Gtk.TargetList DestGetTargetList(Gtk.Widget widget) {
Looks the same to me...
-- Dan
More information about the Gtk-sharp-list
mailing list