Add function ag_db_get_chart_list()

This commit is contained in:
2014-07-22 12:25:00 +02:00
parent e8d9386916
commit 8a654e9c0f
2 changed files with 36 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ gboolean ag_db_save_chart(AgDb *db,
GtkWidget *window,
GError **err);
GList *ag_db_get_chart_list(AgDb *db, GError **err);
G_END_DECLS
#endif /* __AG_DB_H__ */