[f-spot] Update gio-sharp



commit 9f52cb17c480fbae83dc736bf5dbdb2dd6e9a69f
Author: Stephane Delcroix <stephane delcroix org>
Date:   Tue Jun 16 09:34:36 2009 +0200

    Update gio-sharp

 gio-sharp/gio/FileFactory.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio-sharp/gio/FileFactory.cs b/gio-sharp/gio/FileFactory.cs
index 0a5b0fa..8fa3a58 100644
--- a/gio-sharp/gio/FileFactory.cs
+++ b/gio-sharp/gio/FileFactory.cs
@@ -49,11 +49,11 @@ namespace GLib
 		}
 
 		[DllImport ("libgio-2.0-0.dll")]
-		private static extern IntPtr g_file_new_for_commandline_args (string args);
+		private static extern IntPtr g_file_new_for_commandline_arg (string arg);
 
-		public static File NewForCommandlineArgs (string args)
+		public static File NewFromCommandlineArg (string arg)
 		{
-			return GLib.FileAdapter.GetObject (g_file_new_for_commandline_args (args), false) as File;		
+			return GLib.FileAdapter.GetObject (g_file_new_for_commandline_arg (arg), false) as File;
 		}
 	}
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]