mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Merge branch 'gnumdk/cmpint_typo' into 'main'
docs: Fix return type in cmpint See merge request GNOME/glib!3189
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user