From beed39e09a3573380ee2cc0792b547c2f2d52852 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 26 Aug 2020 16:47:58 +0200 Subject: Add job title and notes fields This required a bit of callback re-wiring --- src/gui_backend_local.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui_backend_local.c') diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c index 6d4ac66c..98182720 100644 --- a/src/gui_backend_local.c +++ b/src/gui_backend_local.c @@ -151,7 +151,9 @@ void setup_subprocess(gpointer user_data) } -static void *run_indexing(char **filenames, +static void *run_indexing(const char *job_title, + const char *job_notes, + char **filenames, char **events, int n_frames, char *geom_filename, -- cgit v1.2.3