Skip to content

Commit 063a4f1

Browse files
committed
Fix undefined Array and Error references.
1 parent afd49e3 commit 063a4f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/GLib/GLib-2.0.sed

+2
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ s|\GStrv[ ]|\GStrv! |
4747
s|@available(\*, deprecated) @inlinable init( identifier: UnsafePointer<gchar>? = nil)|@available(\*, deprecated) @inlinable init(identifierOrUtc identifier: UnsafePointer<gchar>? = nil)|g
4848
s|@available(\*, deprecated) @inlinable public init( identifier: UnsafePointer<gchar>? = nil)|@available(\*, deprecated) @inlinable public init(identiferOrUtc identifier: UnsafePointer<gchar>? = nil)|g
4949
s/class ByteArray/class ByteArrayBase/
50+
s/``Array``/``ArrayType``/g
51+
s/``Error``/``GLibError``/g

0 commit comments

Comments
 (0)