方法
ArrowSortOptionsadd_sort_key
自:3.0.0 起可用
声明 [源代码]
void
garrow_sort_options_add_sort_key (
GArrowSortOptions* options,
GArrowSortKey* sort_key
)
参数
sort_key
-
类型:
GArrowSortKey
要添加的排序键。
数据由函数调用者拥有。
自:3.0.0 起可用
void
garrow_sort_options_add_sort_key (
GArrowSortOptions* options,
GArrowSortKey* sort_key
)
sort_key
类型: GArrowSortKey
要添加的排序键。
数据由函数调用者拥有。 |