- Forgot to update argument list when switching gkrellm_store_chartdata() to gkrellm_store_chartdatav()

This commit is contained in:
Stefan Gehn 2008-12-27 15:46:09 +00:00
parent abcce9a6b1
commit a65d08d0c5
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ typedef struct
GkrellmChartdata *(*gkrellm_add_default_chartdata)(GkrellmChart *, gchar *);
void (*gkrellm_alloc_chartdata)(GkrellmChart *);
// gkrellm_store_chartdata is not called from libgkrellm, only gkrellm_store_chartdatav
void (*gkrellm_store_chartdatav)(GkrellmChart *, gulong, ...);
void (*gkrellm_store_chartdatav)(GkrellmChart *, gulong, va_list args);
void (*gkrellm_draw_chartdata)(GkrellmChart *);
void (*gkrellm_monotonic_chartdata)(GkrellmChartdata *, gboolean);
gboolean (*gkrellm_get_chartdata_hide)(GkrellmChartdata *);