docs: Fix broken links

The file was renamed in 5d80471d4b.
This commit is contained in:
Jan Tojnar
2024-04-15 22:38:01 +02:00
committed by Philip Withnall
parent 4a1f1e3681
commit 156e0c865a
4 changed files with 14 additions and 13 deletions

View File

@@ -76,6 +76,7 @@ The equivalent C types are as follows:
| `h` | `gint32` (handle) |
| `d` | `gdouble` |
<a id="varargs"></a>
Note that in C, small integer types in variable argument lists are promoted
up to `int` or `unsigned int` as appropriate, and read back accordingly. `int`
is 32 bits on every platform on which GLib is currently supported. This