Constructor
ArrowSortOptionsnew
Declaration [src]
GArrowSortOptions*
garrow_sort_options_new (
GList* sort_keys
)
Parameters
sort_keys |
A list of GArrowSortKey* |
The sort keys to be used. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |
Return value
| Returns: | GArrowSortOptions |
A newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |