[epiphany/profile-migrator-diego: 12/12] e-profile-migrator: change migrator signature



commit 73bc907f686d04fb1921c8723e4f20b79fbb896b
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Mon Sep 3 05:19:33 2012 -0500

    e-profile-migrator: change migrator signature

 lib/ephy-profile-migrator.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/lib/ephy-profile-migrator.c b/lib/ephy-profile-migrator.c
index 6bb07de..af29012 100644
--- a/lib/ephy-profile-migrator.c
+++ b/lib/ephy-profile-migrator.c
@@ -61,7 +61,10 @@ static int version = -1;
  *  - Add your function at the end of the 'migrators' array
  */
 
-typedef void (*EphyProfileMigrator) (void);
+typedef gboolean (*EphyProfileMigrator) (const char *profile_dir,
+                                         const char *dest_dir,
+                                         gboolean dry_run,
+                                         gpointer data);
 
 static gboolean
 profile_dir_exists ()



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