ETableColumnSpecification

ETableColumnSpecification

Functions

ETableColumnSpecification * e_table_column_specification_new ()
gboolean e_table_column_specification_equal ()

Description

Functions

e_table_column_specification_new ()

ETableColumnSpecification *
e_table_column_specification_new (void);

e_table_column_specification_new is deprecated and should not be used in newly-written code.


e_table_column_specification_equal ()

gboolean
e_table_column_specification_equal (ETableColumnSpecification *spec_a,
                                    ETableColumnSpecification *spec_b);

e_table_column_specification_equal is deprecated and should not be used in newly-written code.

Convenience function compares spec_a and spec_b for equality, which simply means they share the same model column number.

We should strive to get rid of this function by ensuring only one ETableSpecification instance exists per table specification file. Then we could compare for equality by simply comparing pointers.

Parameters

spec_a

an ETableColumnSpecification

 

spec_b

another ETableColumnSpecification

 

Returns

TRUE if spec_a and spec_b describe the same column

Types and Values