Change ag_chart_create_svg() to return the length of the SVG document

This is needed later for SVG export
This commit is contained in:
2014-06-27 16:51:56 +02:00
parent cc7aed38c1
commit f6e3f9e033
3 changed files with 7 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ void ag_chart_set_city(AgChart *chart,
const gchar *city);
gchar *ag_chart_get_city(AgChart *chart);
gchar *ag_chart_create_svg(AgChart *chart,
gsize *length,
GError **err);
#define AG_CHART_ERROR (ag_chart_error_quark())