You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From a quick look through the build logs, there is the following error: Property text of interface Gtk.Editable is named like its containing class Gtk.Text. This is not allowed. The property should be created with a suffix and be rewritten to it's original name
This seems to be disabling the property for all classes that implement the interface, not just Gtk.Text?
Text
property which it should have from theGtk.Editable
interface which does not specify this property either.RGBA
property which it should have fromGtk.ColorChooser
interface which does not specify this proerty either.The text was updated successfully, but these errors were encountered: