[Xfce4-commits] r29895 - in thunar/branches/migration-to-gio: . thunar

Jannis Pohlmann jannis at xfce.org
Thu Apr 23 21:10:15 CEST 2009


Author: jannis
Date: 2009-04-23 19:10:14 +0000 (Thu, 23 Apr 2009)
New Revision: 29895

Modified:
   thunar/branches/migration-to-gio/ChangeLog
   thunar/branches/migration-to-gio/thunar/thunar-application.h
Log:
	* thunar/thunar-application.h: Fix thunar_appliation_link_into()
	  declaration and rename a few parameters.

Modified: thunar/branches/migration-to-gio/ChangeLog
===================================================================
--- thunar/branches/migration-to-gio/ChangeLog	2009-04-23 18:57:21 UTC (rev 29894)
+++ thunar/branches/migration-to-gio/ChangeLog	2009-04-23 19:10:14 UTC (rev 29895)
@@ -1,5 +1,10 @@
 2009-04-23	Jannis Pohlmann <jannis at xfce.org>
 
+	* thunar/thunar-application.h: Fix thunar_appliation_link_into() 
+	  declaration and rename a few parameters.
+
+2009-04-23	Jannis Pohlmann <jannis at xfce.org>
+
 	* thunar/Makefile.am, thunar/thunar-io-jobs-util.{c,h}: Add new files
 	  for I/O job utility functions. Right now there's only one new
 	  function called thunar_io_jobs_util_next_duplicate_file() which

Modified: thunar/branches/migration-to-gio/thunar/thunar-application.h
===================================================================
--- thunar/branches/migration-to-gio/thunar/thunar-application.h	2009-04-23 18:57:21 UTC (rev 29894)
+++ thunar/branches/migration-to-gio/thunar/thunar-application.h	2009-04-23 19:10:14 UTC (rev 29895)
@@ -82,8 +82,8 @@
 
 void               thunar_application_link_into         (ThunarApplication *application,
                                                          gpointer           parent,
-                                                         GList             *source_path_list,
-                                                         ThunarVfsPath     *target_path,
+                                                         GList             *source_file_list,
+                                                         GFile             *target_file,
                                                          GClosure          *new_files_closure);
 
 void               thunar_application_move_into         (ThunarApplication *application,
@@ -98,12 +98,12 @@
 
 void               thunar_application_creat             (ThunarApplication *application,
                                                          gpointer           parent,
-                                                         GList             *path_list,
+                                                         GList             *file_list,
                                                          GClosure          *new_files_closure);
 
 void               thunar_application_mkdir             (ThunarApplication *application,
                                                          gpointer           parent,
-                                                         GList             *path_list,
+                                                         GList             *file_list,
                                                          GClosure          *new_files_closure);
 
 void               thunar_application_empty_trash       (ThunarApplication *application,




More information about the Xfce4-commits mailing list