diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-13 00:59:33 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-13 00:59:33 +0800 |
commit | 5ab1dcb77fc573ca6bc90daa94319c7bc700c89f (patch) | |
tree | 8ee54e736256d9b4f554f7bf928d02cfad5ede6b /widgets/e-table | |
parent | fa895ed8e1454d4d761b8789381ca5ba464a7c93 (diff) | |
download | gsoc2013-evolution-5ab1dcb77fc573ca6bc90daa94319c7bc700c89f.tar gsoc2013-evolution-5ab1dcb77fc573ca6bc90daa94319c7bc700c89f.tar.gz gsoc2013-evolution-5ab1dcb77fc573ca6bc90daa94319c7bc700c89f.tar.bz2 gsoc2013-evolution-5ab1dcb77fc573ca6bc90daa94319c7bc700c89f.tar.lz gsoc2013-evolution-5ab1dcb77fc573ca6bc90daa94319c7bc700c89f.tar.xz gsoc2013-evolution-5ab1dcb77fc573ca6bc90daa94319c7bc700c89f.tar.zst gsoc2013-evolution-5ab1dcb77fc573ca6bc90daa94319c7bc700c89f.zip |
Missing file
svn path=/trunk/; revision=1482
Diffstat (limited to 'widgets/e-table')
-rw-r--r-- | widgets/e-table/table-test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/e-table/table-test.h b/widgets/e-table/table-test.h new file mode 100644 index 0000000000..ad8cfcc083 --- /dev/null +++ b/widgets/e-table/table-test.h @@ -0,0 +1,4 @@ +void table_browser_test (void); +void multi_cols_test (void); +void check_test (void); +void e_table_test (void); |