mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
docs/variant-format: Clarify h type string
It was confusing that int32 was mentioned twice.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user