From 7df97fbe8fa93141e7922a95f5ce0f9254bf41ab Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 23 Jan 2011 10:56:14 +0100 Subject: Consolidate paths in a separate struct This will allow us to pass detailed path info to worker methods. Each path info instance is bound to a currently processed album and directory. Possibly move to struct TItems in the future. --- src/job-manager.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/job-manager.h') diff --git a/src/job-manager.h b/src/job-manager.h index 2a0c3ff..58a0cb3 100644 --- a/src/job-manager.h +++ b/src/job-manager.h @@ -35,8 +35,7 @@ G_BEGIN_DECLS * */ gboolean build_tree (TGallerySetup *setup, - const gchar *src_tree, - const gchar *dst_dir, + TPathInfo *path_info, TAlbum *parent_index, int parent_item_index, int jobs); -- cgit v1.2.3