fix a dllimport

svn path=/trunk/gtk-sharp/; revision=123027
This commit is contained in:
Stephane Delcroix 2009-01-12 11:29:21 +00:00
parent 2110dad6d1
commit 5b60a2f909

View File

@ -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 {