get_sort_column_id
Description:
Fills in sort_column_id
and order
with the current sort column and the order.
It returns true unless the sort_column_id
is
gtk_tree_sortable_default_sort_column_id or gtk_tree_sortable_unsorted_sort_column_id.
Parameters:
this | |
sort_column_id |
The sort column id to be filled in |
order |
The SortType to be filled in |
Returns:
true if the sort column is not one of the special sort column ids. |