2002-07-11 Mike Kestner <mkestner@speakeasy.net>

* glib/SList.cs : fix a couple DllImports

svn path=/trunk/gtk-sharp/; revision=5708
This commit is contained in:
Mike Kestner 2002-07-11 17:58:49 +00:00
parent c5f678926c
commit 65cf81eade
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2002-07-11 Mike Kestner <mkestner@speakeasy.net>
* glib/SList.cs : fix a couple DllImports
2002-07-11 Duncan Mak <duncan@ximian.com>
* glue/Makefile.am: Added dialog.c and colorseldialog.c

View file

@ -61,9 +61,9 @@ namespace GLib {
}
}
[DllImport("gtksharp")]
[DllImport("gtksharpglue")]
static extern IntPtr gtksharp_slist_get_data (IntPtr l);
[DllImport("gtksharp")]
[DllImport("gtksharpglue")]
static extern IntPtr gtksharp_slist_get_next (IntPtr l);
public SList (IntPtr raw)