mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36: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` |
|
| `u` | `guint32` |
|
||||||
| `x` | `gint64` |
|
| `x` | `gint64` |
|
||||||
| `t` | `guint64` |
|
| `t` | `guint64` |
|
||||||
| `h` | `gint32` |
|
| `h` | `gint32` (handle) |
|
||||||
| `d` | `gdouble` |
|
| `d` | `gdouble` |
|
||||||
|
|
||||||
Note that in C, small integer types in variable argument lists are promoted
|
Note that in C, small integer types in variable argument lists are promoted
|
||||||
|
Loading…
Reference in New Issue
Block a user