2009-04-09 Mike Kestner <mkestner@novell.com>

* glib/ListBase.cs: fix g_object_unref dllimport lib.
	[Fixes #493128]

svn path=/trunk/gtk-sharp/; revision=131388
This commit is contained in:
Mike Kestner 2009-04-09 14:38:16 +00:00
parent 80632de9e5
commit edf5b066e1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-04-09 Mike Kestner <mkestner@novell.com>
* glib/ListBase.cs: fix g_object_unref dllimport lib.
[Fixes #493128]
2009-04-05 Christian Hoff <christian_hoff@gmx.net>
* gtk/Target.custom: custom implementation of TableNewFromList.

View File

@ -183,7 +183,7 @@ namespace GLib {
[DllImport ("libglib-2.0-0.dll")]
static extern void g_free (IntPtr item);
[DllImport ("libglib-2.0-0.dll")]
[DllImport ("libgobject-2.0-0.dll")]
static extern void g_object_unref (IntPtr item);
public void Empty ()