1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-03-29 11:00:02 +01:00

Merge branch 'gnumdk/cmpint_typo' into 'main'

docs: Fix return type in cmpint

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

@ -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;