Started generating chart SVG

This commit is contained in:
2013-09-18 00:29:13 +02:00
parent bfaae8fede
commit 2d93bca140
3 changed files with 103 additions and 0 deletions

View File

@@ -42,6 +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);
#define AG_CHART_ERROR (ag_chart_error_quark())
GQuark ag_chart_error_quark(void);