Add a preview parameter to ag_chart_new_from_db_save()

This commit is contained in:
2014-09-28 00:35:17 +02:00
parent 00dfdd79ce
commit c89f701e04
3 changed files with 24 additions and 9 deletions

View File

@@ -91,7 +91,9 @@ AgChart *ag_chart_load_from_agc(GFile *file,
AgChart *ag_chart_load_from_placidus_file(GFile *file,
GError **err);
AgChart *ag_chart_new_from_db_save(AgDbChartSave *save_data, GError **err);
AgChart *ag_chart_new_from_db_save(AgDbChartSave *save_data,
gboolean preview,
GError **err);
void ag_chart_save_to_file(AgChart *chart,
GFile *file,