summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@igalia.com>2012-09-03 05:19:33 -0500
committerDiego Escalante Urrelo <diegoe@igalia.com>2012-09-03 05:25:40 -0500
commit73bc907f686d04fb1921c8723e4f20b79fbb896b (patch)
treecc04b34ae3939508e954c675057a1bc3149b144c
parent68dc529eee0bf5e7e9ff2f124ab6bb669a3a3a81 (diff)
downloadepiphany-profile-migrator-diego.tar.gz
e-profile-migrator: change migrator signatureprofile-migrator-diego
-rw-r--r--lib/ephy-profile-migrator.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ephy-profile-migrator.c b/lib/ephy-profile-migrator.c
index 6bb07def3..af2901277 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 ()