Add function ag_db_save_chart() to add/update charts in the database

This commit is contained in:
2014-07-21 23:33:28 +02:00
parent 98d08893ef
commit e8d9386916
2 changed files with 165 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#define __AG_DB_H__
#include <glib-object.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS
@@ -54,6 +55,11 @@ AgDb *ag_db_get(void);
void ag_db_save_data_free(AgDbSave *save_data);
gboolean ag_db_save_chart(AgDb *db,
AgDbSave *save_data,
GtkWidget *window,
GError **err);
G_END_DECLS
#endif /* __AG_DB_H__ */