Add SVG export functionality

This commit is contained in:
2014-06-27 16:52:52 +02:00
parent f6e3f9e033
commit c34ba055bc
4 changed files with 98 additions and 0 deletions

View File

@@ -43,6 +43,10 @@ void ag_chart_save_to_file(AgChart *chart,
GFile *file,
GError **err);
void ag_chart_export_svg_to_file(AgChart *chart,
GFile *file,
GError **err);
void ag_chart_set_name(AgChart *chart,
const gchar *name);
gchar *ag_chart_get_name(AgChart *chart);