diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2000-03-31 06:50:40 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-03-31 06:50:40 +0800 |
commit | 8078ec7c1f53897551f66503a602b15983ea47cb (patch) | |
tree | 3971a473428d5d33f285a7db2d157d0ac475ae00 /widgets/table/e-table-config.h | |
parent | ad702dd6acf216bbf3ea54ed6a14eccce9b359ea (diff) | |
download | gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.tar gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.tar.gz gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.tar.bz2 gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.tar.lz gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.tar.xz gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.tar.zst gsoc2013-evolution-8078ec7c1f53897551f66503a602b15983ea47cb.zip |
Add so I can go to the chillout hack room
svn path=/trunk/; revision=2264
Diffstat (limited to 'widgets/table/e-table-config.h')
-rw-r--r-- | widgets/table/e-table-config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/table/e-table-config.h b/widgets/table/e-table-config.h new file mode 100644 index 0000000000..9bd16071a2 --- /dev/null +++ b/widgets/table/e-table-config.h @@ -0,0 +1,7 @@ +#ifndef _E_TABLE_CONFIG_H +#define _E_TABLE_CONFIG_H + +GtkWidget *e_table_gui_config (ETable *etable); +void e_table_do_gui_config (ETable *etable); + +#endif /* _E_TABLE_CONFIG_H */ |