Add an icon_size parameter to ag_chart_create_svg()

This commit is contained in:
2014-09-28 00:38:20 +02:00
parent c89f701e04
commit a02c584d7d
3 changed files with 9 additions and 6 deletions

View File

@@ -129,6 +129,7 @@ gchar *ag_chart_create_svg(AgChart *chart,
gboolean rendering,
AgDisplayTheme *theme,
guint image_size,
guint icon_size,
GError **err);
GList *ag_chart_get_planets(AgChart *chart);