Changed ag_chart_save_to_file() prototype to a more sane one

This commit is contained in:
2013-09-18 10:06:12 +02:00
parent 160339d888
commit 573f05ceb4
2 changed files with 6 additions and 2 deletions

View File

@@ -371,3 +371,8 @@ ag_chart_load_from_file(GFile *file, GError **err)
return chart;
}
void
ag_chart_save_to_file(AgChart *chart, GFile *file, GError **err)
{
}