diff options
author | Mike Kestner <mkestner@src.gnome.org> | 2002-11-01 05:30:57 +0800 |
---|---|---|
committer | Mike Kestner <mkestner@src.gnome.org> | 2002-11-01 05:30:57 +0800 |
commit | 613453b1095e325149b8d37e5731d415e1d5f9bd (patch) | |
tree | 1c0d7f9be4d4a87aa67d8e185ae2bb23d02254b7 /widgets/table/e-table-state.h | |
parent | ec242d6c30d7bf056c8f59710b8576c942f93583 (diff) | |
download | gsoc2013-evolution-613453b1095e325149b8d37e5731d415e1d5f9bd.tar.gz gsoc2013-evolution-613453b1095e325149b8d37e5731d415e1d5f9bd.tar.zst gsoc2013-evolution-613453b1095e325149b8d37e5731d415e1d5f9bd.zip |
merging the gal-2 branch back to the trunk.
merging the gal-2 branch back to the trunk.
svn path=/trunk/; revision=18471
Diffstat (limited to 'widgets/table/e-table-state.h')
-rw-r--r-- | widgets/table/e-table-state.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/widgets/table/e-table-state.h b/widgets/table/e-table-state.h index b4d64ad453..0532ba3771 100644 --- a/widgets/table/e-table-state.h +++ b/widgets/table/e-table-state.h @@ -25,7 +25,7 @@ #define _E_TABLE_STATE_H_ #include <gtk/gtkobject.h> -#include <gnome-xml/tree.h> +#include <libxml/tree.h> #include <gal/e-table/e-table-sort-info.h> #ifdef __cplusplus @@ -55,6 +55,8 @@ typedef struct { GtkType e_table_state_get_type (void); ETableState *e_table_state_new (void); +ETableState *e_table_state_vanilla (int col_count); + gboolean e_table_state_load_from_file (ETableState *state, const char *filename); void e_table_state_load_from_string (ETableState *state, |