Finished SVG generating code

This commit is contained in:
2013-09-19 19:56:25 +02:00
parent 4b81d38bc6
commit 25e5abcbcb
3 changed files with 73 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ void ag_chart_set_country(AgChart *chart, const gchar *country);
gchar *ag_chart_get_country(AgChart *chart);
void ag_chart_set_city(AgChart *chart, const gchar *city);
gchar *ag_chart_get_city(AgChart *chart);
void ag_chart_create_svg(AgChart *chart);
gchar *ag_chart_create_svg(AgChart *chart, GError **err);
#define AG_CHART_ERROR (ag_chart_error_quark())
GQuark ag_chart_error_quark(void);