gi-crystal icon indicating copy to clipboard operation
gi-crystal copied to clipboard

Nilable pointer in callback is typed as `Pointer(Void)?`

Open BlobCodes opened this issue 3 years ago • 0 comments

Ref: https://libadwaita.geopjr.dev/docs/GObject/ToggleNotify.html

The union used here (Pointer(Void)?) makes no sense here. Actual function: https://docs.gtk.org/gobject/callback.ToggleNotify.html

BlobCodes avatar Sep 09 '22 18:09 BlobCodes