rhx / SwiftGtk

A Swift wrapper around gtk-3.x and gtk-4.x that is largely auto-generated from gobject-introspection
https://rhx.github.io/SwiftGtk/
BSD 2-Clause "Simplified" License
317 stars 26 forks source link

Resolve issue #19 #20

Closed Kiwijane3 closed 4 years ago

Kiwijane3 commented 4 years ago

Custom dialog constructors using varargs functions were incorrectly calling init(cPointer:), when they should be calling init(retainingCPointer:). This error has been corrected.