diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-01-23 10:56:14 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-01-23 10:56:14 +0100 |
| commit | 7df97fbe8fa93141e7922a95f5ce0f9254bf41ab (patch) | |
| tree | 84c519692470b7a597f72acc2614d9d85bfa8ff6 /src/job-manager.h | |
| parent | bb58d822fb517f4a7a242994bbda3693255b2c74 (diff) | |
| download | cataract-7df97fbe8fa93141e7922a95f5ce0f9254bf41ab.tar.xz | |
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.
Diffstat (limited to 'src/job-manager.h')
| -rw-r--r-- | src/job-manager.h | 3 |
1 files changed, 1 insertions, 2 deletions
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); |
