diff options
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, |