about summary refs log tree commit diff
path: root/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'bindings')
-rw-r--r--bindings/glib/types.ha2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/glib/types.ha b/bindings/glib/types.ha
index c973570..2492c4e 100644
--- a/bindings/glib/types.ha
+++ b/bindings/glib/types.ha
@@ -1,3 +1,5 @@
+export type Type = size;
+
 // Boolean type used by GLib and related libraries, equivalent to gboolean in C.
 export type boolean = uint;