From 063a4f19daed666efca16991f305c289c8fb7ff4 Mon Sep 17 00:00:00 2001 From: Rene Hexel Date: Thu, 25 Jan 2024 08:54:39 +1000 Subject: [PATCH] Fix undefined Array and Error references. --- Sources/GLib/GLib-2.0.sed | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/GLib/GLib-2.0.sed b/Sources/GLib/GLib-2.0.sed index 4ca0ce8e..dd721931 100644 --- a/Sources/GLib/GLib-2.0.sed +++ b/Sources/GLib/GLib-2.0.sed @@ -47,3 +47,5 @@ s|\GStrv[ ]|\GStrv! | s|@available(\*, deprecated) @inlinable init( identifier: UnsafePointer? = nil)|@available(\*, deprecated) @inlinable init(identifierOrUtc identifier: UnsafePointer? = nil)|g s|@available(\*, deprecated) @inlinable public init( identifier: UnsafePointer? = nil)|@available(\*, deprecated) @inlinable public init(identiferOrUtc identifier: UnsafePointer? = nil)|g s/class ByteArray/class ByteArrayBase/ +s/``Array``/``ArrayType``/g +s/``Error``/``GLibError``/g