Introspection fixes.
[gnumeric.git] / src / sheet-autofill.h
blob8ba2f915dbdb068f73da20358f2b29687919bf46
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_SHEET_AUTOFILL_H_
3 # define _GNM_SHEET_AUTOFILL_H_
5 #include "gnumeric.h"
7 G_BEGIN_DECLS
9 void gnm_autofill_init (void);
10 void gnm_autofill_shutdown (void);
12 void gnm_autofill_fill (Sheet *sheet, gboolean default_increment,
13 int base_col, int base_row,
14 int w, int h,
15 int end_col, int end_row);
17 GString *gnm_autofill_hint (Sheet *sheet, gboolean default_increment,
18 int base_col, int base_row,
19 int w, int h,
20 int end_col, int end_row);
22 G_END_DECLS
24 #endif /* _GNM_SHEET_AUTOFILL_H_ */