From 5b60a2f909b6d96ade397772916948c9ee6cc2ff Mon Sep 17 00:00:00 2001 From: Stephane Delcroix Date: Mon, 12 Jan 2009 11:29:21 +0000 Subject: [PATCH] fix a dllimport svn path=/trunk/gtk-sharp/; revision=123027 --- gio/FileAdapter.custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/FileAdapter.custom b/gio/FileAdapter.custom index 24033678e..bab7ab7e4 100644 --- a/gio/FileAdapter.custom +++ b/gio/FileAdapter.custom @@ -32,7 +32,7 @@ public bool Delete () return Delete (null); } -[DllImport("gio")] +[DllImport("libgio-2.0-0.dll")] static extern IntPtr g_file_get_uri(IntPtr raw); public System.Uri Uri {