Skip to content

Remove invalid `child` property from Gtk.Window

This PR remove the invalid child property from Gtk.Window because it's never allowed to use it; The content property should be use instead.

Fixes: #10 (closed)

Merge request reports