Skip to content

garray: Fix typo in doc comment of g_ptr_array_sort[_with_data]()

Alynx Zhou requested to merge AlynxZhou/glib:ptr-array-sort into main

Although g_ptr_array_sort_with_data() could achieve the goal, the wrapper functions should be expected there because that's the reason why they are added.

Merge request reports