Top | ![]() |
![]() |
![]() |
![]() |
ETableColumnSpecification * | e_table_column_specification_new () |
gboolean | e_table_column_specification_equal () |
ETableColumnSpecification *
e_table_column_specification_new (void
);
e_table_column_specification_new
is deprecated and should not be used in newly-written code.
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.