From 84f33f7d9a2fe7ed6108c4bf9ac5d87471a3b379 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Sat, 13 Nov 2004 05:34:55 +0000 Subject: [PATCH] 2004-11-13 Mike Kestner * gtk/ComboBox.custom : remove now correctly generated dllimport. svn path=/trunk/gtk-sharp/; revision=36089 --- ChangeLog | 1 + gtk/ComboBox.custom | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8df1a0b79..aac985f6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ * parser/gapi2xml.pl : generate vm elements for GInterfaces. Deal with G_CONST_RETURN in vms. deal with "struct _foo" types in method prototypes. + * gtk/ComboBox.custom : remove now correctly generated dllimport. 2004-11-13 Mike Kestner diff --git a/gtk/ComboBox.custom b/gtk/ComboBox.custom index f4b6aaec8..9794cf7ec 100644 --- a/gtk/ComboBox.custom +++ b/gtk/ComboBox.custom @@ -36,8 +36,6 @@ public Gtk.TreeModel Model { } } -[DllImport("libgtk-win32-2.0-0.dll")] -static extern IntPtr gtk_cell_layout_set_cell_data_func (IntPtr raw, IntPtr raw_renderer, GtkSharp.CellLayoutDataFuncNative func, IntPtr func_data, IntPtr destroy_notify); public void SetCellDataFunc (Gtk.CellRenderer renderer, Gtk.CellLayoutDataFunc func) {