diff options
Diffstat (limited to 'e-util/e-table-state.h')
-rw-r--r-- | e-util/e-table-state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-table-state.h b/e-util/e-table-state.h index be7800163b..c0f88e7183 100644 --- a/e-util/e-table-state.h +++ b/e-util/e-table-state.h @@ -73,6 +73,10 @@ struct _ETableStateClass { GType e_table_state_get_type (void) G_GNUC_CONST; ETableState * e_table_state_new (struct _ETableSpecification *specification); ETableState * e_table_state_vanilla (struct _ETableSpecification *specification); +void e_table_state_parse_context_push + (GMarkupParseContext *context, + struct _ETableSpecification *specification); +ETableState * e_table_state_parse_context_pop (GMarkupParseContext *context); struct _ETableSpecification * e_table_state_ref_specification (ETableState *state); gboolean e_table_state_load_from_file (ETableState *state, |