docs/variant-format: Clarify h type string

It was confusing that int32 was mentioned twice.
This commit is contained in:
Jan Tojnar 2024-04-15 22:36:20 +02:00
parent f94fc9da1c
commit 4a1f1e3681

View File

@ -73,7 +73,7 @@ The equivalent C types are as follows:
| `u` | `guint32` |
| `x` | `gint64` |
| `t` | `guint64` |
| `h` | `gint32` |
| `h` | `gint32` (handle) |
| `d` | `gdouble` |
Note that in C, small integer types in variable argument lists are promoted