| Top |  |  |  |  | 
|  | e_table_specification_new () | 
| const | e_table_specification_get_filename () | 
|  | e_table_specification_ref_columns () | 
|  | e_table_specification_get_column_index () | 
ETableSpecification * e_table_specification_new (const,gchar *filename);GError **error
Creates a new filename
.  If a file or parse
error occurs, the function sets error
 and returns NULL
constgchar * e_table_specification_get_filename ();ETableSpecification *specification
Returns the filename from which specification
 was loaded.
GPtrArray * e_table_specification_ref_columns ();ETableSpecification *specification
Returns a specification
.  The array contents are owned by
the specification
 and should not be modified.  Unreference the array
with g_ptr_array_unref()