diff options
author | Alexey Yerin <yyp@disroot.org> | 2023-10-04 20:59:45 +0300 |
---|---|---|
committer | Alexey Yerin <yyp@disroot.org> | 2023-10-04 20:59:45 +0300 |
commit | 07cff557463d13bbd1baa970f609c8dbb13e16a8 (patch) | |
tree | 5ed04987ffde8fd18f7e58886cdb3e7e57465609 /gir/types.ha | |
parent | a3f09a04518ce9ed7cb93719149f75c36ad02856 (diff) |
Update for opaque and other Hare changes
Diffstat (limited to 'gir/types.ha')
-rw-r--r-- | gir/types.ha | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/types.ha b/gir/types.ha index 6616d69..f0f8355 100644 --- a/gir/types.ha +++ b/gir/types.ha @@ -108,7 +108,7 @@ export type record = struct { name: str, c_type: str, disguised: bool, - opaque: bool, + opaque_: bool, pointer: bool, glib_type_name: str, glib_get_type: str, |