Add database ID as a property of AgChart

This commit is contained in:
2014-10-01 23:21:38 +02:00
parent 05be162c03
commit a7afd80235
2 changed files with 52 additions and 0 deletions

View File

@@ -147,6 +147,10 @@ GdkPixbuf *ag_chart_get_pixbuf(AgChart *chart,
AgDisplayTheme *theme,
GError **err);
void ag_chart_set_db_id(AgChart *chart, gint db_id);
gint ag_chart_get_db_id(AgChart *chart);
#define AG_CHART_ERROR (ag_chart_error_quark())
GQuark ag_chart_error_quark(void);