about summary refs log tree commit diff
path: root/bindings/gobject
diff options
context:
space:
mode:
authorDrew DeVault <drew@ddevault.org>2025-03-21 10:40:00 +0100
committerAlexey Yerin <yyp@disroot.org>2025-03-21 14:17:46 +0300
commit98fc3cf2108790200aa12635bc46e3cb3cb0139a (patch)
tree593ebb6ba6ff1ca1c30e693f9a3b05f377b57381 /bindings/gobject
parent914e76b6d3c817c942d6584ae51e41529d2a3ec7 (diff)
all: move generated modules into gi:: namespace
Signed-off-by: Drew DeVault <drew@ddevault.org>
Diffstat (limited to 'bindings/gobject')
-rw-r--r--bindings/gobject/types.ha13
1 files changed, 0 insertions, 13 deletions
diff --git a/bindings/gobject/types.ha b/bindings/gobject/types.ha
deleted file mode 100644
index 570fe30..0000000
--- a/bindings/gobject/types.ha
+++ /dev/null
@@ -1,13 +0,0 @@
-use types::c;
-
-export type ValueUnion = union {
-	v_int: int,
-	v_uint: uint,
-	v_long: c::long,
-	v_ulong: c::ulong,
-	v_int64: i64,
-	v_uint64: u64,
-	v_float: f32,
-	v_double: f64,
-	v_pointer: *opaque,
-};