From d7ce2400aa614c95874a912ac17c4b2026df8658 Mon Sep 17 00:00:00 2001 From: Mike D Pilsbury Date: Wed, 26 Dec 2018 20:41:05 +0000 Subject: [PATCH] Generate Type (GType) alias. --- internal/gir-files/GLib-2.0-addenda.gir | 3 --- lib/glib/alias.go | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/internal/gir-files/GLib-2.0-addenda.gir b/internal/gir-files/GLib-2.0-addenda.gir index 9a717802..b072dafc 100644 --- a/internal/gir-files/GLib-2.0-addenda.gir +++ b/internal/gir-files/GLib-2.0-addenda.gir @@ -9,9 +9,6 @@ - - - diff --git a/lib/glib/alias.go b/lib/glib/alias.go index f3721ea9..f3e84e8a 100644 --- a/lib/glib/alias.go +++ b/lib/glib/alias.go @@ -34,4 +34,5 @@ type Time int32 // TimeSpan is a representation of the C alias GTimeSpan. type TimeSpan int64 -// Blacklisted : GType +// Type is a representation of the C alias GType. +type Type uint64