jwharm / java-gi

GObject-Introspection bindings generator for Java
GNU Lesser General Public License v2.1
93 stars 9 forks source link

Cairo regions don't have an API #107

Closed pontaoski closed 4 months ago

pontaoski commented 5 months ago

They're non-GObject types, but some of the GObject types require them for certain methods. There's no way to create them at the moment.

jwharm commented 5 months ago

There are three static create methods for Regions: https://jwharm.github.io/cairo-java-bindings/javadoc/org.freedesktop.cairo/org/freedesktop/cairo/Region.html#create(org.freedesktop.cairo.RectangleInt)

jwharm commented 4 months ago

@pontaoski OK to close this?