Constructor
ArrowSortKeynew
Declaration [src]
GArrowSortKey*
garrow_sort_key_new (
const gchar* target,
GArrowSortOrder order,
GError** error
)
Parameters
target |
const gchar* |
A name or dot path for sort target. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
order |
GArrowSortOrder |
How to order by this sort key. |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowSortKey |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |