Changed ag_chart_save_to_file() prototype to a more sane one
This commit is contained in:
parent
160339d888
commit
573f05ceb4
@ -371,3 +371,8 @@ ag_chart_load_from_file(GFile *file, GError **err)
|
||||
return chart;
|
||||
}
|
||||
|
||||
void
|
||||
ag_chart_save_to_file(AgChart *chart, GFile *file, GError **err)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -34,8 +34,7 @@ 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_save_to_file(const gchar *path, GError **err);
|
||||
void ag_chart_save_to_file(AgChart *chart, GFile *file, GError **err);
|
||||
|
||||
void ag_chart_set_name(AgChart *chart, const gchar *name);
|
||||
gchar *ag_chart_get_name(AgChart *chart);
|
||||
|
Loading…
Reference in New Issue
Block a user