diff options
Diffstat (limited to 'bindings/glib')
-rw-r--r-- | bindings/glib/types.ha | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bindings/glib/types.ha b/bindings/glib/types.ha deleted file mode 100644 index 2492c4e..0000000 --- a/bindings/glib/types.ha +++ /dev/null @@ -1,10 +0,0 @@ -export type Type = size; - -// Boolean type used by GLib and related libraries, equivalent to gboolean in C. -export type boolean = uint; - -// True value of [[boolean]]. -export def TRUE: boolean = 1; - -// False value of [[boolean]]. -export def FALSE: boolean = 0; |