Skip to content

Commit

Permalink
Fix undefined Array and Error references.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhx committed Jan 24, 2024
1 parent afd49e3 commit 063a4f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/GLib/GLib-2.0.sed
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ s|\GStrv[ ]|\GStrv! |
s|@available(\*, deprecated) @inlinable init( identifier: UnsafePointer<gchar>? = nil)|@available(\*, deprecated) @inlinable init(identifierOrUtc identifier: UnsafePointer<gchar>? = nil)|g
s|@available(\*, deprecated) @inlinable public init( identifier: UnsafePointer<gchar>? = nil)|@available(\*, deprecated) @inlinable public init(identiferOrUtc identifier: UnsafePointer<gchar>? = nil)|g
s/class ByteArray/class ByteArrayBase/
s/``Array``/``ArrayType``/g
s/``Error``/``GLibError``/g

0 comments on commit 063a4f1

Please sign in to comment.