Refactor SVG save action/dialog to be a general image saving function

This commit is contained in:
2014-09-17 10:38:00 +02:00
parent 93ef0d2263
commit 8e60f5611c
5 changed files with 196 additions and 32 deletions

View File

@@ -43,6 +43,8 @@ struct _AgChartClass {
GsweMomentClass parent_class;
};
typedef void (*AgChartSaveImageFunc)(AgChart *, GFile *, GError **);
GType ag_chart_get_type(void) G_GNUC_CONST;
AgChart *ag_chart_new_full(GsweTimestamp *timestamp,