fix a dllimport
svn path=/trunk/gtk-sharp/; revision=123027
This commit is contained in:
parent
2110dad6d1
commit
5b60a2f909
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue