Merge branch 'gnumdk/cmpint_typo' into 'main'

docs: Fix return type in cmpint

See merge request GNOME/glib!3189
This commit is contained in:
Philip Withnall 2023-01-10 12:49:42 +00:00
commit 6d2705e016

View File

@ -1026,7 +1026,7 @@ g_array_sort_with_data (GArray *farray,
*
* This example defines a comparison function and search an element in a #GArray:
* |[<!-- language="C" -->
* static gint*
* static gint
* cmpint (gconstpointer a, gconstpointer b)
* {
* const gint *_a = a;