Created ag_chart_new_full() instead of ag_chart_new()

This commit is contained in:
2013-09-14 17:37:33 +02:00
parent c407023bc9
commit 58ac3786b1
2 changed files with 18 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ struct _AgChartClass {
};
GType ag_chart_get_type(void) G_GNUC_CONST;
AgChart *ag_chart_new(void);
AgChart *ag_chart_new_full(GsweTimestamp *timestamp, gdouble longitude, gdouble latitude, gdouble altitude, GsweHouseSystem house_system);
void ag_chart_load_from_file(const gchar *path, GError **err);
void ag_chart_save_to_file(const gchar *path, GError **err);