mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
docs/variant-format: Clarify h type string
It was confusing that int32 was mentioned twice.
This commit is contained in:
parent
f94fc9da1c
commit
4a1f1e3681
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user