Skip to content

Commit

Permalink
fix a dllimport
Browse files Browse the repository at this point in the history
svn path=/trunk/gtk-sharp/; revision=123027
  • Loading branch information
Stephane Delcroix committed Jan 12, 2009
1 parent 2110dad commit 5b60a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gio/FileAdapter.custom
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5b60a2f

Please sign in to comment.