From 07cff557463d13bbd1baa970f609c8dbb13e16a8 Mon Sep 17 00:00:00 2001 From: Alexey Yerin Date: Wed, 4 Oct 2023 20:59:45 +0300 Subject: Update for opaque and other Hare changes --- bindings/gobject/types.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/gobject') diff --git a/bindings/gobject/types.ha b/bindings/gobject/types.ha index 193bffd..570fe30 100644 --- a/bindings/gobject/types.ha +++ b/bindings/gobject/types.ha @@ -9,5 +9,5 @@ export type ValueUnion = union { v_uint64: u64, v_float: f32, v_double: f64, - v_pointer: *void, + v_pointer: *opaque, }; -- cgit 1.3.0-6-gf8a5