aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/e-table-one.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-02 18:44:28 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-02 18:44:28 +0800
commit2e8ac028ee909ed15ad69fe7836340d5eb556e1e (patch)
treea083baf7036ee78142cda0e604c032db969a8430 /widgets/e-table/e-table-one.h
parentc03a0bf83596176d50d349c41458284ab69d0d18 (diff)
downloadgsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.tar
gsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.tar.gz
gsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.tar.bz2
gsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.tar.lz
gsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.tar.xz
gsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.tar.zst
gsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.zip
Changed the API for the append_row function. Now accepts a model to copy
2000-08-02 Christopher James Lahey <clahey@helixcode.com> * e-table-model.c, e-table-model.h: Changed the API for the append_row function. Now accepts a model to copy data from instead of returning a row number and leaving it up to ETableOne to copy the data in. * e-table-one.c, e-table-one.h: Adapted to use new append_row API. * e-table-simple.c, e-table-simple.h, e-table-subset.c: Adapted to supply new append_row API. svn path=/trunk/; revision=4468
Diffstat (limited to 'widgets/e-table/e-table-one.h')
-rw-r--r--widgets/e-table/e-table-one.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/e-table/e-table-one.h b/widgets/e-table/e-table-one.h
index 933d2c7a2d..c6958cee3a 100644
--- a/widgets/e-table/e-table-one.h
+++ b/widgets/e-table/e-table-one.h
@@ -24,7 +24,7 @@ typedef struct {
GtkType e_table_one_get_type (void);
ETableModel *e_table_one_new (ETableModel *source);
-gint e_table_one_commit (ETableOne *one);
+void e_table_one_commit (ETableOne *one);
#endif /* _E_TABLE_ONE_H_ */