Moved chart loading into ag_chart_load_from_file(), where it was intended to be

This commit is contained in:
2013-09-18 10:05:24 +02:00
parent 1541e381c5
commit 160339d888
3 changed files with 186 additions and 178 deletions

View File

@@ -33,8 +33,8 @@ struct _AgChartClass {
GType ag_chart_get_type(void) G_GNUC_CONST;
AgChart *ag_chart_new_full(GsweTimestamp *timestamp, gdouble longitude, gdouble latitude, gdouble altitude, GsweHouseSystem house_system);
AgChart *ag_chart_load_from_file(GFile *file, GError **err);
void ag_chart_load_from_file(const gchar *path, GError **err);
void ag_chart_save_to_file(const gchar *path, GError **err);
void ag_chart_set_name(AgChart *chart, const gchar *name);