summaryrefslogtreecommitdiff
path: root/ufo/ufo-task-graph.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-06-07 16:17:55 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-06-07 16:17:55 +0200
commit01b230f329a638d3ad5887a04331a5de4ecc0792 (patch)
tree597fa0ddf4f9a8b9d873671e46face95331464fc /ufo/ufo-task-graph.h
parent91dcf11884565cb975dc61fd7950fc5bd7d446c2 (diff)
Add ufo_task_graph_get_json_data
Diffstat (limited to 'ufo/ufo-task-graph.h')
-rw-r--r--ufo/ufo-task-graph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ufo/ufo-task-graph.h b/ufo/ufo-task-graph.h
index 10b9c1a..acda67c 100644
--- a/ufo/ufo-task-graph.h
+++ b/ufo/ufo-task-graph.h
@@ -84,6 +84,8 @@ void ufo_task_graph_read_from_data (UfoTaskGraph *graph,
void ufo_task_graph_save_to_json (UfoTaskGraph *graph,
const gchar *filename,
GError **error);
+gchar *ufo_task_graph_get_json_data (UfoTaskGraph *graph,
+ GError **error);
void ufo_task_graph_map (UfoTaskGraph *task_graph,
UfoArchGraph *arch_graph);
void ufo_task_graph_expand (UfoTaskGraph *task_graph,