mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 08:55:29 +00:00
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:
parent
80632de9e5
commit
edf5b066e1
|
@ -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>
|
2009-04-05 Christian Hoff <christian_hoff@gmx.net>
|
||||||
|
|
||||||
* gtk/Target.custom: custom implementation of TableNewFromList.
|
* gtk/Target.custom: custom implementation of TableNewFromList.
|
||||||
|
|
|
@ -183,7 +183,7 @@ namespace GLib {
|
||||||
[DllImport ("libglib-2.0-0.dll")]
|
[DllImport ("libglib-2.0-0.dll")]
|
||||||
static extern void g_free (IntPtr item);
|
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);
|
static extern void g_object_unref (IntPtr item);
|
||||||
|
|
||||||
public void Empty ()
|
public void Empty ()
|
||||||
|
|
Loading…
Reference in a new issue