Constructor
ArrowSortOptionsnew
since: 3.0.0
Declaration [src]
GArrowSortOptions*
garrow_sort_options_new (
GList* sort_keys
)
Parameters
sort_keys-
Type: 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
Type: GArrowSortOptions
A newly created GArrowSortOptions.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |